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:
parent
e34f518c66
commit
3e371cad5d
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user