remove public proxy
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
|
|
||||||
ask_envs() {
|
ask_envs() {
|
||||||
|
|
||||||
echo "Public proxy? (y/N)";
|
|
||||||
read -r ANSWER;
|
|
||||||
if [ "$ANSWER" == "y" ] || [ "$ANSWER" == "Y" ]; then
|
|
||||||
PUBLIC_PROXY="yes";
|
|
||||||
else
|
|
||||||
PUBLIC_PROXY="no";
|
PUBLIC_PROXY="no";
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Smarthost proxy? (Y/n)";
|
echo "Smarthost proxy? (Y/n)";
|
||||||
read -r ANSWER;
|
read -r ANSWER;
|
||||||
|
|||||||
Reference in New Issue
Block a user