diff --git a/mm-scripts.sh b/mm-scripts.sh index 6539615..0f8c21e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -68,7 +68,10 @@ MMSTART(){ /usr/sbin/service start ${srvc} done echo -e "${idsCL[Green]} done${idsCL[Default]}" - echo -en "${idsCL[LightCyan]}${mmsv}In may take a couple of minutes before all systems fully start up${idsCL[Default]}" + if [ "${action}" == "start" ]; then + echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start up${idsCL[Default]}" + echo + fi rm -f /opt/mm.stop rm -f /opt/mm.vpn.fail* echo