From 1411b23743ed15d43fcc5aba0a36c4de998b553f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 08:08:36 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 15817815..3434d89a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -601,7 +601,7 @@ DOWNLIST(){ # idsST=('') # else DOWNLIST=() - for dli in "${DOWNLIST[@]}"; do + for dli in "${DOWN_LIST[@]}"; do echo ${dli/disable/down} [ ! -f ${dli/disable/down} ] && DOWNLIST+=(${dli}) done