From b0f5bbff8b93415271a9f1a679922d3041dbd5f2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Mar 2023 21:37:39 -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 1f1ffe2..5ebbd07 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -335,7 +335,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf tryupdate=false cc=0 - until [ "${checkport}" == "" ]; do + until [ "${checkport}" != "" ]; do if [ ${cc} -eq 10 ]; then if [ -f ${MMFOLDER}/mm.${srvc}.starting ]; then msg="${srvc^} Service is not starting properly, will try and update"