2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Bug#4663 RUNBOOTSCRIPTS value in the setuppostbootscripts

This commit is contained in:
Casandra Qiu 2015-05-06 14:48:30 -04:00
parent 98e84f617f
commit f44b444843

View File

@ -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