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)
|
start | check)
|
||||||
if [ -f /opt/mm.stop ] && [ "${action}" = "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]}"
|
||||||
@@ -95,9 +94,7 @@ if [ ${action-x} ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user