Update mm-scripts.sh

This commit is contained in:
2024-01-04 20:19:26 -06:00
parent 8e76364912
commit 5fdc007742

View File

@@ -1704,7 +1704,7 @@ TEST(){
if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then
if [ -f ${TMPFOLDER}/mm.stop ]; then
stoppedsince=`date +%s`-$(stat -c %Y ${TMPFOLDER}/mm.stop)
stoppedsince=$(expr `date +%s` - $(stat -c %Y ${TMPFOLDER}/mm.stop))
stopmsg="${idsCL[Yellow]}The system has currently been stopped for '$(SHOW_TIME ${stoppedsince})'.\n${idsCL[LightCyan]}(You'll need to run \"mm start\" to start services again)${idsCL[Default]}"
fi
case $action in