From 64564f5889820d041495a6e2c778f027a8233447 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 16 Jan 2023 11:35:35 -0300 Subject: Added an extra echo to space the vpn password field --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 2106097..c043829 100755 --- a/install.sh +++ b/install.sh @@ -124,6 +124,7 @@ if [ $setup_vpn == "y" ]; then vpn_service=${vpn_service:-"mullvad"} read -p "What's your VPN username? (without spaces): " vpn_user read -sp "What's your VPN password? (if you are using mullvad, just enter your username again): " vpn_password + echo echo "What country do you want to use?" read -p "You can check the countries list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country vpn_country=${vpn_country:-"brazil"} -- cgit v1.2.3