From bff8b7ee1e4ed9f7901b1a0e5d51b7a3594e4e38 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Aug 2025 16:31:05 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 039256ce..9bac3298 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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