From 2fa29752683eebf378365290b764886226d27cd9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 18:23:50 -0600 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 24421b4a..e555ac06 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -378,7 +378,7 @@ NODEUPDATE() { # fi fi - elif [ -f ${NM_TMPFOLDER}/${nip}.down ; then + 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]}"