From aa256be1eb1fb75b55f8b2d2b431a3aa6d9d1c4c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 13:47:10 -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 5dd4ba7f..5e8ce12f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -606,7 +606,7 @@ DOWNLIST(){ # DOWNLIST=(${DOWN_LIST[@]}) DOWNLIST=() for dli in "${DOWN_LIST[@]}"; do - [ ! -f ${dli//.down/.disable} ] && DOWNLIST+=(${dli}) + [ ! -f ${dli/down/disable} ] && DOWNLIST+=(${dli}) done fi