From 05a19da6e5bfd57aa82999c17bc8adfd9fc0495e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 20 Feb 2023 22:03:20 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index ce7f6a0..21a1a50 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -221,12 +221,13 @@ MMSTART(){ - # echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}" - # for srvc in "${SERVICES_CHECK[@]}"; do - # /bin/systemctl start ${srvc} - # done - # echo -e "${idsCL[Green]} done${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}" + for srvc in "${SERVICES_CHECK[@]}"; do + /bin/systemctl start ${srvc} + 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 services fully start${idsCL[Default]}" MMSTATUS