Update mm-scripts.sh

This commit is contained in:
2023-04-27 07:48:21 -05:00
parent 30bc201f1d
commit 710119dcef

View File

@@ -1351,7 +1351,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
echo -en "${idsCL[LightCyan]}Pausing for 30s to get new VPN WAN IP, or press any key to continue with possibly getting a new address ... ${idsCL[Default]}"
read -et 30 -n 1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
MMSTART ${action} ${rv}
MMSTART ${action} vpn
;;
status)
if [ -f ${MMFOLDER}/mm.stop ]; then