Update mm-scripts.sh

This commit is contained in:
2023-03-24 23:33:23 -05:00
parent be8c98da28
commit bed3195ccf

View File

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