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
rm -f "${FOLDER}/status-check.running"
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;;
status-check) STATUS-CHECK ${2};;
set-permissions) SET-PERMISSIONS ${2};;