Update mm-scripts.sh

This commit is contained in:
2023-03-26 20:34:08 -05:00
parent 5faa2d4f69
commit f2a2837096

View File

@@ -369,7 +369,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
elif [ "${tryupdate}" == "true" ]; then
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
fi
[ "${checkport}" != "" ] && rm -f ${MMFOLDER}/mm.${srvc}.starting
[ "${checkport}" != "" ] && rm -f ${MMFOLDER}/mm.${srvc}.starting >/dev/null 2>&1
fi
done