From 2d3e3a3828fc08307adc81cedee3f58ee24d4dcc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Jan 2022 22:07:52 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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