diff --git a/mm-scripts.sh b/mm-scripts.sh index 301e361..2b175b1 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -72,6 +72,7 @@ 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]}" if [ "${action}" == "start" ]; then