diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index bfdb78179..b92a7c026 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -176,10 +176,10 @@ if [ "$OS_TYPE" != "Linux" ]; then fi # This command only runs by updatenode command -if [ -z "$UPDATENODE" ] || [ $UPDATENODE -ne 1 ]; then - echo " Did not install any extra rpms." - exit 0 -fi +#if [ -z "$UPDATENODE" ] || [ $UPDATENODE -ne 1 ]; then +# echo " Did not install any extra rpms." +# exit 0 +#fi if [ -z "$OSPKGS" ]; then echo "$0: no extra rpms to install"