Update mm-scripts.sh
This commit is contained in:
@@ -488,8 +488,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
|
|||||||
fi
|
fi
|
||||||
case $action in
|
case $action in
|
||||||
start | check)
|
start | check)
|
||||||
if [ -f ${MMFOLDER}/mm.stop* ] && [ "${action}" == "check" ]; then
|
if [ -f ${MMFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then
|
||||||
echo 'yes'
|
|
||||||
echo -e "${stopmsg}"
|
echo -e "${stopmsg}"
|
||||||
# [ $VERBOSE = true ] && echo "$(date) - Not checking, system has been stopped" >> $logfile
|
# [ $VERBOSE = true ] && echo "$(date) - Not checking, system has been stopped" >> $logfile
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user