Update nodemgmt-scripts.sh
This commit is contained in:
@@ -958,7 +958,7 @@ DOWNLIST(){
|
||||
if [[ "${NM_IGNOREHOSTS_IFDOWN}" != *"${host}"* ]]; then
|
||||
if [ "${choice^^}" == "N" ]; then
|
||||
rm -f ${NM_TMPFOLDER}/${ditem}.disable
|
||||
if [ "${choice^^}" == "F" ]; then
|
||||
elif [ "${choice^^}" == "F" ]; then
|
||||
touch ${NM_TMPFOLDER}/${ditem}.disable
|
||||
elif [[ ${choice} == ?(-)+([0-9]) ]] && [ ${choice} -gt 0 ] 2>/dev/null && [ ${is} -eq ${choice} ]; then
|
||||
[ ! -f ${NM_TMPFOLDER}/${ditem}.disable ] && touch ${NM_TMPFOLDER}/${ditem}.disable || rm -f ${NM_TMPFOLDER}/${ditem}.disable
|
||||
|
||||
Reference in New Issue
Block a user