Update nodemgmt-scripts.sh
This commit is contained in:
@@ -600,7 +600,8 @@ DOWNLIST(){
|
||||
idsST=('')
|
||||
DOWNLIST=()
|
||||
for dli in "${DOWN_LIST[@]}"; do
|
||||
[ ! -f ${dli/.down/.disable} ] && DOWNLIST+=(${dli})
|
||||
# [ ! -f ${dli/.down/.disable} ] && DOWNLIST+=(${dli})
|
||||
DOWNLIST+=(${dli})
|
||||
done
|
||||
else
|
||||
DOWNLIST=${DOWN_LIST}
|
||||
|
||||
Reference in New Issue
Block a user