Update mm-scripts.sh
This commit is contained in:
@@ -71,7 +71,6 @@ MMSTOP(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if [ ${action-x} ]; then
|
|
||||||
case $action in
|
case $action in
|
||||||
start | check)
|
start | check)
|
||||||
if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then
|
if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then
|
||||||
@@ -96,8 +95,6 @@ if [ ${action-x} ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user