From ed1c5c84af2fe66e060f3965391aa32db1484d9d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 08:09:15 -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 3434d89a..e457c579 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -603,7 +603,7 @@ DOWNLIST(){ DOWNLIST=() for dli in "${DOWN_LIST[@]}"; do echo ${dli/disable/down} - [ ! -f ${dli/disable/down} ] && DOWNLIST+=(${dli}) + [ ! -f ${dli/down/disable} ] && DOWNLIST+=(${dli}) done # fi