From 47e09890691c2e51f7f1290edc76c56de8295d77 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 26 Dec 2012 08:57:24 +0000 Subject: [PATCH] when add ospkgs to postscripts, it should update the pkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"