Update nodemgmt-scripts.sh

This commit is contained in:
2022-05-29 13:17:13 -05:00
parent 8ca794ae99
commit d013ccd211

View File

@@ -1863,7 +1863,8 @@ if [ ${action-x} ]; then
fi fi
rm -f "${FOLDER}/status-check.running" rm -f "${FOLDER}/status-check.running"
else else
echo "Status check already running, please wait and try again" echo -e "${idsCL[LightYellow]}Status check already running, please wait and try again${idsCL[Default]}"
echo
fi;; fi;;
status-check) STATUS-CHECK ${2};; status-check) STATUS-CHECK ${2};;
set-permissions) SET-PERMISSIONS ${2};; set-permissions) SET-PERMISSIONS ${2};;