Update nodemgmt-scripts.sh
This commit is contained in:
@@ -775,10 +775,11 @@ RUN_COMMAND(){
|
||||
while [ $# -gt 0 ]; do
|
||||
case "${1}" in
|
||||
-nt|-nodetype) nodetype=${2^^};;
|
||||
*) RUNCMD="${1} ";;
|
||||
*) RUNCMD="${RUNCMD}${1} ";;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
echo "NODETYPE=${nodetype}"
|
||||
echo "${RUNCMD}"
|
||||
|
||||
# for NTYPE in "${NM_NODE_TYPES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user