diff --git a/mm-scripts.sh b/mm-scripts.sh index 724ed40..86190c9 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -167,7 +167,6 @@ MMSTART(){ if [ "${1}" == "start" ]; then #echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}" MMSTATUS - echo fi if [ -f /opt/mm.vpn.fail* ]; then echo "$(date) - VPN issue has been fixed" >> $logfile @@ -175,8 +174,7 @@ MMSTART(){ rm -f /opt/mm.vpn.fail* fi rm -f /opt/mm.stop - echo - echo -e "${idsCL[Green]}All services have been started${idsCL[Default]}" + echo -e "${idsCL[Green]}All systems are go!${idsCL[Default]}" if [ "${1}" = "start" ] || [ "${1}" = "" ]; then echo "$(date) - Media Management systems started" >> $logfile fi