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