echo fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-12 09:52:26 +00:00
parent d730a1507f
commit a9c0e076e1

View File

@@ -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