From 8e868e6705d023d5a8524956664cfd1cecf5e479 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 19:01:47 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index fb4474c..a9aed90 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -351,7 +351,6 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf done echo -e "${idsCL[Green]}Done${idsCL[Default]}" - [ "${1}" == "start" ] || [ "${1}" == "restart" ] && echo msg="Waiting for Services to Start" c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done