From bed3195ccfa0812a760bc63356c06dd3e1f6c43e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 24 Mar 2023 23:33:23 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index a709d00..4f1a667 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -280,7 +280,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf [ "${1}" == "start" ] && rm -f ${MMFOLDER}/mm.noservices if [ "${2}" != "vpn" ] && [ ! -f ${MMFOLDER}/mm.noservices ]; then - echo -en "${idsCL[LightCyan]}${mmsv} Services :${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}${mmsv} Services :${idsCL[Default]}" for srvc in "${SERVICES_CHECK[@]}"; do /bin/systemctl start ${srvc} done