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

run-config.sh: Added "--url=" prefix in the url variable to client call

parent 1cb33d5f
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ source ${dirname}/common.sh
# Get MAC address from collect-parser mac-address script
mac=$(bash ${dirname}/../scripts/collect/mac-address/number.string)
url="http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
url="--url=http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
inep=$(cat ${dirname}/conf/inep)
# Check INEP integrity: the egrep test verifies if INEP is valid, returning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment