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