mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Bug#4663 RUNBOOTSCRIPTS value in the setuppostbootscripts
This commit is contained in:
parent
98e84f617f
commit
f44b444843
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user