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