correct a typo

This commit is contained in:
immarvin 2014-08-07 20:35:15 -07:00
parent ce985114c6
commit 513c8d0e1b

View File

@ -493,7 +493,7 @@ function disableservice {
if [ -n "$svcunit" ];then
cmd="systemctl disable $svcunit"
elif [ -n "svcjob" ];then
elif [ -n "$svcjob" ];then
cmd="update-rc.d -f $svcd remove"
elif [ -n "$svcd" ];then
command -v chkconfig >/dev/null 2>&1