Update mm-scripts.sh

This commit is contained in:
2023-02-25 18:32:02 -06:00
parent bc7091d55f
commit e600b99a0b

View File

@@ -273,7 +273,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/wg-torguard.conf
fi
fi
[ "${1}" == "start" ] rm -f ${MMFOLDER}/mm.noservices
[ "${1}" == "start" ] && rm -f ${MMFOLDER}/mm.noservices
if [ "${2}" != "vpn" ] && [ ! -f ${MMFOLDER}/mm.noservices ]; then
echo -en "${idsCL[LightCyan]}${mmsv} Services :${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do