Update mm-scripts.sh
This commit is contained in:
@@ -336,7 +336,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
|
||||
if [ "${checkport}" != "" ]; then
|
||||
checked=""
|
||||
fi
|
||||
if [ "${checked}" == "false" ] && [ ${cc} -eq 5 ]; then
|
||||
if [ "${checked}" == "false" ] && [ ${cc} -eq 7 ]; then
|
||||
echo -e "${idsCL[Red]}${srvc} Service is not starting properly, will try and update${idsCL[Default]}"
|
||||
echo "$(date) - ${srvc} Service is not starting properly, will try and update" >> $logfile
|
||||
SENDNOTICE "${srvc} Service Issue" "${srvc} Service is not starting properly, will try and update" 1
|
||||
@@ -357,6 +357,9 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
|
||||
if ([ "${checkport}" == "" ] || [ "${tryupdate}" == "true" ]) && [ "${MM_UPDATE_REPO[${srvc}]}" != "" ]; then
|
||||
UPDATESERVICE ${srvc} >/dev/null 2>&1
|
||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
||||
|
||||
elif [ "${tryupdate}" == "true" ]; then
|
||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user