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