From 34c6e7ebdc93a84079af8571e1b47263e528b0ab Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Mar 2023 20:34:43 -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 50603c1..36e923d 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -335,7 +335,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf if [ "${checkport}" != "" ]; then checked="" fi - if [ "${checked}" == "false" ] && [ ${cc} -eq 4 ]; then + if [ "${checked}" == "false" ] && [ ${cc} -eq 10 ]; then if [ -f ${MMFOLDER}/mm.${srvc}.starting ]; then msg="${srvc^} Service is not starting properly, will try and update" echo -e "${idsCL[Red]}${msg}${idsCL[Default]}"