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
|
[ "${1}" == "start" ] && rm -f ${MMFOLDER}/mm.noservices
|
||||||
if [ "${2}" != "vpn" ] && [ ! -f ${MMFOLDER}/mm.noservices ]; then
|
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
|
for srvc in "${SERVICES_CHECK[@]}"; do
|
||||||
/bin/systemctl start ${srvc}
|
/bin/systemctl start ${srvc}
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user