diff --git a/mm-scripts.sh b/mm-scripts.sh index 14df969..bb4e6a6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -26,6 +26,9 @@ MMSTART(){ if [ "${action}" = "start" ]; then mmsv='Starting' echo -e "${idsCL[Green]}Starting System...${idsCL[Default]}" + elif [ "${action}" = "stop" ]; then + mmsv='Stopping' + echo -e "${idsCL[Green]}Stopping System...${idsCL[Default]}" else mmsv='Verifying' fi