From 413810fcb74f76ba5993e6f555503c4715cc829f 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 d1a4d08a9..fe6febc63 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