minor fix on ospkgs

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-07-23 18:59:22 +00:00
parent e34f518c66
commit 3e371cad5d

View File

@ -23,6 +23,12 @@
#-------------------------------------------------------------------------------
debug=0
if [[ $OSTYPE != linux* ]]; then
#not supported on AIX
echo "ospkgs script only runs on Linux."
exit 0
fi
# This command only runs by updatenode command
if [[ $UPDATENODE -ne 1 ]]; then
echo " Did not install any extra rpms."