From 163f5033ba1bd769fb7f3b8ce5a4d4d44b4b23ff Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT/postscripts/setbootfromnet --- xCAT/postscripts/setbootfromnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/setbootfromnet b/xCAT/postscripts/setbootfromnet index a979a03f3..5de3fae93 100755 --- a/xCAT/postscripts/setbootfromnet +++ b/xCAT/postscripts/setbootfromnet @@ -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