Update nodemgmt-scripts.sh
This commit is contained in:
@@ -779,7 +779,7 @@ RUN_COMMAND(){
|
||||
shift
|
||||
done
|
||||
echo "NODETYPE1= '${nodetype}'"
|
||||
if [ "${nodetype}" == "ALL" ] || [ -n ${nodetype} ]; then
|
||||
if [ "${nodetype}" == "ALL" ] || [ -z ${nodetype+x} ]; then
|
||||
echo 1
|
||||
nodetype=ALL
|
||||
NT_HOSTS=ALL_HOSTS[@]
|
||||
|
||||
Reference in New Issue
Block a user