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