Update mm-scripts.sh

This commit is contained in:
2022-01-31 21:44:19 -06:00
parent ed995d985b
commit 172ac4ffca

View File

@@ -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