Update mm-scripts.sh
This commit is contained in:
@@ -335,7 +335,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
|
|||||||
if [ "${checkport}" != "" ]; then
|
if [ "${checkport}" != "" ]; then
|
||||||
checked=""
|
checked=""
|
||||||
fi
|
fi
|
||||||
if [ "${checked}" == "false" ] && [ ${cc} -eq 4 ]; then
|
if [ "${checked}" == "false" ] && [ ${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"
|
||||||
echo -e "${idsCL[Red]}${msg}${idsCL[Default]}"
|
echo -e "${idsCL[Red]}${msg}${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user