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

Remove trailing spaces in file xCAT/postscripts/setbootfromnet

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 329e1154cb
commit 163f5033ba

View File

@@ -5,7 +5,7 @@
#
#-----------------------------------------------------------------------------
#
#setbootfromnet
#setbootfromnet
#
# This sets up the node to boot from network, if the GATEWAY is set,
# the bootlist will be set with the client ip, server ip and gateway information,
@@ -59,7 +59,7 @@ else
msg="$0: The environment variable NODE is null, pls check.\n"
echo $msg
logger -t xcat -p local4.err "$msg"
exit 1
exit 1
fi
if [[ $RET -ne 0 ]] || [[ $NRET -ne 0 ]]; then