Update mm-scripts.sh

This commit is contained in:
2023-04-21 19:01:47 -05:00
parent 43fcf02bc5
commit 8e868e6705

View File

@@ -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