Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:22:41 -06:00
parent 3e7feca288
commit 99bf80a113

View File

@@ -71,7 +71,6 @@ MMSTOP(){
}
if [ ${action-x} ]; then
case $action in
start | check)
if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then
@@ -96,8 +95,6 @@ if [ ${action-x} ]; then
echo ""
exit 0;;
esac
fi
exit 0