Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-25 18:23:50 -06:00
parent 57ae0751cd
commit 2fa2975268

View File

@@ -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]}"