2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00

correct a typo

This commit is contained in:
immarvin
2016-11-09 01:51:43 -05:00
parent a40f73972a
commit 9ce51e7c4d

View File

@ -23,7 +23,7 @@ start)
REBOOT=`grep 'REBOOT' /opt/xcat/xcatinfo |cut -d= -f2`
fi
# if the xcatdsklspost file exists and this is a reboot - run xcatdsklspost with a mode of 6
if [ "$REBOOT" = "TRUE" -a -r /opt/xcat/xcatdsklspost -a "$RUNBOOTSCRIPT" = "1"]; then
if [ "$REBOOT" = "TRUE" -a -r /opt/xcat/xcatdsklspost -a "$RUNBOOTSCRIPT" = "1" ]; then
/opt/xcat/xcatdsklspost 6
elif [ "$REBOOT" = "TRUE" -a "NODESTATUS" != "n" ]; then
/xcatpost/updateflag.awk $XCATSERVER 3002 "installstatus booted"