From 9f9591d3bcab1fd963b01edc5c2354edf2696bb3 Mon Sep 17 00:00:00 2001 From: immarvin Date: Wed, 8 Jul 2015 01:18:25 -0400 Subject: [PATCH] correct a typo --- xCAT-server/share/xcat/install/scripts/post.ubuntu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.ubuntu b/xCAT-server/share/xcat/install/scripts/post.ubuntu index d158cdeae..5d50e878d 100755 --- a/xCAT-server/share/xcat/install/scripts/post.ubuntu +++ b/xCAT-server/share/xcat/install/scripts/post.ubuntu @@ -147,8 +147,7 @@ TMP=`sed "/postscripts-start-here/,/postscripts-end-here/ s/\(.*\)/run_ps \1/;s/ echo " . /xcatpost/xcatlib.sh -# global value to store the running status of the postbootscripts,the value is non-zero if one postbootscript fa -iled +# global value to store the running status of the postbootscripts,the value is non-zero if one postbootscript failed return_value=0 # subroutine used to run postscripts run_ps () {