Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-14 09:58:46 -06:00
parent 322c29c88b
commit 0435fe023e

View File

@@ -600,7 +600,8 @@ DOWNLIST(){
idsST=('') idsST=('')
DOWNLIST=() DOWNLIST=()
for dli in "${DOWN_LIST[@]}"; do for dli in "${DOWN_LIST[@]}"; do
[ ! -f ${dli/.down/.disable} ] && DOWNLIST+=(${dli}) # [ ! -f ${dli/.down/.disable} ] && DOWNLIST+=(${dli})
DOWNLIST+=(${dli})
done done
else else
DOWNLIST=${DOWN_LIST} DOWNLIST=${DOWN_LIST}