Update mm-scripts.sh

This commit is contained in:
2023-03-26 21:37:39 -05:00
parent 83d61ad0b5
commit b0f5bbff8b

View File

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