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