moved proxy_config to seperate file

This commit is contained in:
tke
2019-11-19 14:49:58 +01:00
parent 7aee8a8d9d
commit 422cea035e
3 changed files with 30 additions and 18 deletions
+7 -4
View File
@@ -1,9 +1,12 @@
#!/bin/bash
#proxy_ip="192.168.x.x"
proxy_port="8080"
echo -n "Proxy_IP: "
read proxy_ip
#populate proxy_ip and proxy_port variables
path=$(dirname $(readlink -f "${0}"))
. "${path}/get_proxy.sh"
echo -n "Username: "
read username
echo -n "Password: "