Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user