Compare commits
10 Commits
f8df5fca63
...
main
Author | SHA1 | Date | |
---|---|---|---|
02969ae0f1 | |||
6aaf7ba5fe | |||
|
c87920bb59 | ||
|
7466027014 | ||
|
b908a774be | ||
|
742a05084f | ||
|
984f97d7bf | ||
|
d30414736b | ||
|
c3b4bbb2eb | ||
|
dec704f6b7 |
@@ -80,14 +80,12 @@ ask_envs() {
|
|||||||
read -r VPN_RETRY;
|
read -r VPN_RETRY;
|
||||||
if [ "$VPN_RETRY" == "n" ] || [ "$VPN_RETRY" == "N" ]; then
|
if [ "$VPN_RETRY" == "n" ] || [ "$VPN_RETRY" == "N" ]; then
|
||||||
VPN_PROXY="no";
|
VPN_PROXY="no";
|
||||||
|
echo "VPN proxy was skipped.";
|
||||||
break;
|
break;
|
||||||
fi
|
fi
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
done;
|
done;
|
||||||
|
|
||||||
echo "VPN proxy was skipped.";
|
|
||||||
|
|
||||||
if [ "$VPN_PROXY" == "yes" ]; then
|
if [ "$VPN_PROXY" == "yes" ]; then
|
||||||
echo "Please add the letsencrypt mail address:";
|
echo "Please add the letsencrypt mail address:";
|
||||||
while read -r LETSENCRYPT_MAIL; do
|
while read -r LETSENCRYPT_MAIL; do
|
||||||
|
Reference in New Issue
Block a user