Skip to content
Snippets Groups Projects
Commit 16f895a7 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

collect/integrity-checker.sh: Replace server name by its IP


This change follows the use of the IP by the client to try to avoid a
communication error of unknown cause.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarAryane Ast dos Santos <aras10@c3sl.ufpr.br>
Acked-by: default avatarMarcos Castilho <marcos@c3sl.ufpr.br>
parent 7a8ba46f
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ try_force_update(){ ...@@ -96,7 +96,7 @@ try_force_update(){
update_myself(){ update_myself(){
UPDATETRIES=3 UPDATETRIES=3
UPDATETIMEOUT=100 UPDATETIMEOUT=100
UPDATESERVER="http://seed.c3sl.ufpr.br/pacotes/download" UPDATESERVER="http://200.17.202.187/pacotes/download"
TMPDIR="${PREFIX}/tmp" TMPDIR="${PREFIX}/tmp"
# The proxy config itself # The proxy config itself
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment