Update mm-scripts.sh
This commit is contained in:
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user