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

run-config.sh: Updated how MAC address is obtained

parent a11255a0
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,9 @@ bindir=${dirname}/bin ...@@ -52,8 +52,9 @@ bindir=${dirname}/bin
# Get common functions # Get common functions
source ${dirname}/common.sh source ${dirname}/common.sh
# In the future, will be replaced by mac address # Get MAC address from collect-parser mac-address script
mac=$(hostname) mac=$(bash ${dirname}/../scripts/collect/mac-address/number.string)
url="http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws" url="http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
inep=$(cat ${dirname}/conf/inep) inep=$(cat ${dirname}/conf/inep)
getProxyConf getProxyConf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment