From dec704f6b7ddcfd9fe43a95e7d8c2c9ad5fbaaa9 Mon Sep 17 00:00:00 2001 From: gyurix Date: Wed, 12 Jun 2024 13:39:09 +0200 Subject: [PATCH] added first commit to local install --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4674bf4..800122c 100644 --- a/install.sh +++ b/install.sh @@ -80,14 +80,13 @@ ask_envs() { read -r VPN_RETRY; if [ "$VPN_RETRY" == "n" ] || [ "$VPN_RETRY" == "N" ]; then VPN_PROXY="no"; + echo "VPN proxy was skipped."; break; fi fi; done; - echo "VPN proxy was skipped."; - if [ "$VPN_PROXY" == "yes" ]; then echo "Please add the letsencrypt mail address:"; while read -r LETSENCRYPT_MAIL; do