Update mm-scripts.sh

This commit is contained in:
2022-03-26 18:59:44 -05:00
parent 287ce151c7
commit 81ba0bb549

View File

@@ -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