Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user