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

run-config.sh: Added warning message when "inep" file is not configured

parent ac7d1662
Branches
Tags
No related merge requests found
...@@ -61,6 +61,9 @@ source ${dirname}/common.sh ...@@ -61,6 +61,9 @@ source ${dirname}/common.sh
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)
if test ! -f "${dirname}/conf/inep" -o -z "${inep}"; then
printf "WARNING: inep file not found or empty.\n" >> ${log}
fi
getProxyConf getProxyConf
proxy="${phost} ${pport} ${puid} ${ppasswd}" proxy="${phost} ${pport} ${puid} ${ppasswd}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment