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