From b30b397312b139cc60f9d070985b6f62e0eef8b3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 19:13:50 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f5c9ae9c..e9f8be14 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -441,11 +441,11 @@ NODEUPDATE(){ # else # echo -e "${idsCL[LightCyan]}Skipping BETA Update${idsCL[Default]}" >> ${tmpfile}.running # fi - elif [ -f ${NM_TMPFOLDER}/${nip}.down ]; then - echo -e "${idsCL[LightCyan]}Skipping, host is offline${idsCL[Default]}" >> ${tmpfile}.running - else - echo -e "${idsCL[LightCyan]}Skipping${idsCL[Default]}" >> ${tmpfile}.running - fi + # elif [ -f ${NM_TMPFOLDER}/${nip}.down ]; then + # echo -e "${idsCL[LightCyan]}Skipping, host is offline${idsCL[Default]}" >> ${tmpfile}.running + # else + # echo -e "${idsCL[LightCyan]}Skipping${idsCL[Default]}" >> ${tmpfile}.running + # fi [ -f ${tmpfile}.running ] && mv ${tmpfile}.running ${tmpfile}.done || touch ${tmpfile}.done }