From 7a70011b0acf64eb2d0c5c1d41e2a0067149adbf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 08:08:14 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index bdc82d2c..15817815 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -602,6 +602,7 @@ DOWNLIST(){ # else DOWNLIST=() for dli in "${DOWNLIST[@]}"; do + echo ${dli/disable/down} [ ! -f ${dli/disable/down} ] && DOWNLIST+=(${dli}) done # fi