From f2a283709677e32fafcd04554568766b24a01807 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Mar 2023 20:34:08 -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 8d92859..50603c1 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -369,7 +369,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf elif [ "${tryupdate}" == "true" ]; then echo -e "${idsCL[Green]}Done${idsCL[Default]}" fi - [ "${checkport}" != "" ] && rm -f ${MMFOLDER}/mm.${srvc}.starting + [ "${checkport}" != "" ] && rm -f ${MMFOLDER}/mm.${srvc}.starting >/dev/null 2>&1 fi done