From 0b96449a2b33bd93c51e296216c18fe3b7f5331a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Mar 2022 19:20:42 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index f52bb28..fdbb198 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -71,11 +71,11 @@ MMSTART(){ echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}" for srvc in "${SERVICES_CHECK[@]}"; do /bin/systemctl start ${srvc} - echo "" done echo -e "${idsCL[Green]} done${idsCL[Default]}" + echo if [ "${1}" == "start" ]; then - echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start up${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start${idsCL[Default]}" echo fi rm -f /opt/mm.stop