Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user