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

run-config.sh: Removed "mac" (MAC address) variable


It was only used by the availability option. Because availability is not
used anymore, the "mac" variable was removed.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarRicardo Tavares de Oliveira <rto07@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent 78a7bf11
No related branches found
No related tags found
No related merge requests found
...@@ -59,9 +59,6 @@ date +"%F %T" >> ${dirname}/run.log ...@@ -59,9 +59,6 @@ date +"%F %T" >> ${dirname}/run.log
# Get common functions # Get common functions
source ${dirname}/common.sh source ${dirname}/common.sh
# Get MAC address from collect-parser mac-address script
mac=$(bash ${dirname}/../scripts/collect/mac-address/number.string)
url="--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) inep=$(cat ${dirname}/conf/inep)
...@@ -79,7 +76,6 @@ getProxyConf ...@@ -79,7 +76,6 @@ getProxyConf
proxy="${phost} ${pport} ${puid} ${ppasswd}" proxy="${phost} ${pport} ${puid} ${ppasswd}"
inep="--inep=${inep}" inep="--inep=${inep}"
mac="--mac=${mac}"
# Execution # Execution
if test $# -ne 1; then if test $# -ne 1; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment