From 741df3233674815f588817c7db04e61f4f5ea32f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 18:23:03 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b49f7110..b07d8578 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -378,6 +378,8 @@ NODEUPDATE() { # fi fi + elif [ -f ${NM_TMPFOLDER}/${nip}.down ; then + echo -e " ~ ${idsCL[LightCyan]}Skipping, host is offline${idsCL[Default]}" else echo -e " ~ ${idsCL[LightCyan]}Skipping${idsCL[Default]}" fi