Update mm-scripts.sh

This commit is contained in:
2023-03-23 21:56:18 -05:00
parent bdcdf84637
commit d71f11b270

View File

@@ -488,8 +488,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
fi
case $action in
start | check)
if [ -f ${MMFOLDER}/mm.stop* ] && [ "${action}" == "check" ]; then
echo 'yes'
if [ -f ${MMFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then
echo -e "${stopmsg}"
# [ $VERBOSE = true ] && echo "$(date) - Not checking, system has been stopped" >> $logfile
echo