Skip to content
Snippets Groups Projects
Commit 1f897c53 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

run-config.sh: Added proxy variable to facilitate client call

parent 86513dc9
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ if test -n "${inep}" -a -z "$(egrep ${inepRE} <<< ${inep})"; then
fi
getProxyConf
proxy="${phost} ${pport} ${puid} ${ppasswd}"
# Execution
if test $# -gt 1; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment