Update mm-scripts.sh

This commit is contained in:
2023-03-26 20:34:43 -05:00
parent f2a2837096
commit 34c6e7ebdc

View File

@@ -335,7 +335,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
if [ "${checkport}" != "" ]; then
checked=""
fi
if [ "${checked}" == "false" ] && [ ${cc} -eq 4 ]; then
if [ "${checked}" == "false" ] && [ ${cc} -eq 10 ]; then
if [ -f ${MMFOLDER}/mm.${srvc}.starting ]; then
msg="${srvc^} Service is not starting properly, will try and update"
echo -e "${idsCL[Red]}${msg}${idsCL[Default]}"