remove public proxy

This commit is contained in:
2023-06-06 06:33:22 +00:00
parent ba6a1b64c6
commit 68bb09d771

View File

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