From f44b444843d739e4087a6a1cda9fb59a3afef5de Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Wed, 6 May 2015 14:48:30 -0400 Subject: [PATCH] Bug#4663 RUNBOOTSCRIPTS value in the setuppostbootscripts --- xCAT/postscripts/setuppostbootscripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/setuppostbootscripts b/xCAT/postscripts/setuppostbootscripts index 48a601be0..3efa9ad11 100755 --- a/xCAT/postscripts/setuppostbootscripts +++ b/xCAT/postscripts/setuppostbootscripts @@ -26,9 +26,9 @@ if [ ! -d "/opt/xcat" ]; then fi infofile="/opt/xcat/xcatinfo" if [ "$RUNBOOTSCRIPTS" = "yes" ] || [ "$RUNBOOTSCRIPTS" = "YES" ]; then - RUNBOOTSCRIPTS=YES + RUNBOOTSCRIPTS=yes else - RUNBOOTSCRIPTS=NO + RUNBOOTSCRIPTS=no fi # check to see if current setting is already in the file, if so nothing to do if [ -f $infofile ]; then