diff --git a/mm-scripts.sh b/mm-scripts.sh index c36aa62..87d8814 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1346,7 +1346,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then fi MMSTOP 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 + read -et 30 -n 1 echo -e "${idsCL[Green]}Done${idsCL[Default]}" MMSTART ${action} ;;