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

bootstrap-update: Removed integrity-checker.sh call to avoid infinite loop


Removed to avoid a loop error caused by a bug either in integrity-checker.sh
or in this script, and because there is already a MD5 verification of the
package.

The bug ocurred while running integrity-checker.sh after an update, when the
inep or the proxy files were corrupted, causing the script to keep
downloading and installing the update package.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarAdriano da Luz <al08@c3sl.ufpr.br>
Acked-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
parent f295e7c9
Branches
No related tags found
No related merge requests found
...@@ -141,7 +141,6 @@ rm -f "${SEED_MEC_HOME}/SEED2/updating" &> /dev/null ...@@ -141,7 +141,6 @@ rm -f "${SEED_MEC_HOME}/SEED2/updating" &> /dev/null
rm -rf "${SEED_MEC_HOME}/update" &> /dev/null rm -rf "${SEED_MEC_HOME}/update" &> /dev/null
# Call the agent # Call the agent
"${SEED_MEC_HOME}/SEED2/integrity-checker.sh" && \
"${SEED_MEC_HOME}/SEED2/agent.sh" "${SEED_MEC_HOME}/SEED2/agent.sh"
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment