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