From fa98eda4103e4230795a252fd33ce788d6dfa4b4 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Fri, 25 Mar 2011 14:42:06 -0400 Subject: [PATCH] fixing typo in check for usage server init script --- build/deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy/install.sh b/build/deploy/install.sh index 450a32bbf04..a9657bbd386 100644 --- a/build/deploy/install.sh +++ b/build/deploy/install.sh @@ -107,7 +107,7 @@ source /etc/profile.d/catalinahome.sh # fi ####### set up usage server as a service -if [ ! -f /ec/init.d/usageserver ] ; then +if [ ! -f /etc/init.d/usageserver ] ; then cp -f usageserver /etc/init.d /sbin/chkconfig usageserver on fi