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 }