2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-22 12:21:10 +00:00

correct a typo

This commit is contained in:
immarvin
2014-08-07 20:35:15 -07:00
parent 7f925c885d
commit 413810fcb7

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