Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:36:36 -06:00
parent b9fcf63a39
commit 0f5e2a294c

View File

@@ -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[@]