fixing typo in check for usage server init script

This commit is contained in:
David Nalley 2011-03-25 14:42:06 -04:00
parent 9d158dc060
commit fa98eda410
1 changed files with 1 additions and 1 deletions

View File

@ -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