From aeb6c0356a354bf0e324655ce3b9becd3b1f8dd5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Oct 2022 21:57:05 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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