Update mm-scripts.sh
This commit is contained in:
@@ -335,7 +335,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
|
|||||||
|
|
||||||
tryupdate=false
|
tryupdate=false
|
||||||
cc=0
|
cc=0
|
||||||
until [ "${checkport}" == "" ]; do
|
until [ "${checkport}" != "" ]; do
|
||||||
if [ ${cc} -eq 10 ]; then
|
if [ ${cc} -eq 10 ]; then
|
||||||
if [ -f ${MMFOLDER}/mm.${srvc}.starting ]; then
|
if [ -f ${MMFOLDER}/mm.${srvc}.starting ]; then
|
||||||
msg="${srvc^} Service is not starting properly, will try and update"
|
msg="${srvc^} Service is not starting properly, will try and update"
|
||||||
|
|||||||
Reference in New Issue
Block a user