Skip to content

Commit

Permalink
fixed bug wgetrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ailtonbsj authored May 4, 2019
1 parent e0ad8e7 commit 1faff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ case $escolha in
fi
if [[ $itens == *"Wget"* ]]; then
#WGET
if [ -f /usr/proxy-linux/auth ]; then
if [ -f ~/.config/proxy-linux/auth ]; then
cat << EOF > ~/.wgetrc
use_proxy=yes
http_proxy=http://$user:$pass@$host:$port
Expand Down

0 comments on commit 1faff97

Please sign in to comment.