Update mm-scripts.sh

This commit is contained in:
2022-06-05 18:11:14 -05:00
parent 710c23376d
commit f08ff4780a

View File

@@ -314,6 +314,7 @@ if [ ! -f /opt/mm.update.stop ]; then
start | check)
if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then
echo -e "${idsCL[Yellow]}The system is currently stopped ${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}"
[ $VERBOSE = true ] && echo "$(date) - Not checking, system has been stopped" >> $logfile
echo
exit 1
fi