From 513c8d0e1bf68b90576445b1a9694f85f791a6ef Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 7 Aug 2014 20:35:15 -0700 Subject: [PATCH] correct a typo --- xCAT/postscripts/xcatlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatlib.sh b/xCAT/postscripts/xcatlib.sh index ff17a7b6d..b724566a0 100644 --- a/xCAT/postscripts/xcatlib.sh +++ b/xCAT/postscripts/xcatlib.sh @@ -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