From 7fc548e1599734ac575a174b9b4c0276cfd20b50 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 7 Jan 2024 09:30:10 -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 9133834c..321a605b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -387,6 +387,8 @@ NODEUPDATE(){ 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 }