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