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
This commit is contained in:
jjhua 2012-12-26 08:57:24 +00:00
parent 1ae6ac9267
commit 47e0989069

View File

@ -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"