Skip to content
Snippets Groups Projects
Commit 8450e8c9 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Josiney de Souza
Browse files

collect-data.sh: Removed $FIRST_EXECUTION test


Removed because the agent is now going to generate and send the XML file
even when the bandwidth-usage tag is empty.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Signed-off-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
parent 89d489a3
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ if ! ${XMLPARSER} "${SCRIPTSDIR}" "${XMLFILENAME}"; then ...@@ -68,7 +68,7 @@ if ! ${XMLPARSER} "${SCRIPTSDIR}" "${XMLFILENAME}"; then
fi fi
date +"%F %T - New inventory collected." date +"%F %T - New inventory collected."
if test ! "${FIRST_EXECUTION}" && ! clientExec --inventory; then if ! clientExec --inventory; then
exit 7 exit 7
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment