From ba9ddb06da3beda65a0ba04c0637672d58bdf71e Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 28 Nov 2016 09:33:15 -0500 Subject: [PATCH] fix issue [fvt]2.13 mypostscript syntax error in subroutine run_ps on sles11.4 #2183 --- xCAT/postscripts/xcatdsklspost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatdsklspost b/xCAT/postscripts/xcatdsklspost index 79379c960..28d9a3838 100755 --- a/xCAT/postscripts/xcatdsklspost +++ b/xCAT/postscripts/xcatdsklspost @@ -827,7 +827,7 @@ if [ $NODE_DEPLOYMENT -eq 1 ] || [ "$MODE" = "4" ] || [ "$MODE" = "6" ]; then else TMP=`sed "/# postscripts-start-here/,/# postscripts-end-here/ s/\(.*\)/run_ps postscript \1/;s/run_ps postscript\s*#/#/;s/run_ps postscript\s*$//" /$xcatpost/mypostscript` fi -echo " +echo "#!/bin/bash . /xcatpost/xcatlib.sh # global value to store the running status of the postbootscripts,the value is non-zero if one postbootscript failed