Skip to content
Snippets Groups Projects
Commit fd7362fe authored by Edileuton Henrique de Oliveira's avatar Edileuton Henrique de Oliveira
Browse files

agent: Remove script execution dependency

parent 625944f0
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ function schedule()
MIN=$(( $RANDOM % 60 ))
fi
cronAgent="${MIN} * * * * ${PREFIX}/bin/datasid-check.sh && ${PREFIX}/bin/datasid-agent.sh && ${PREFIX}/bin/datasid-network-usage.sh"
cronAgent="${MIN} * * * * ${PREFIX}/bin/datasid-check.sh; ${PREFIX}/bin/datasid-agent.sh; ${PREFIX}/bin/datasid-network-usage.sh"
cronNetmon="0-59/5 * * * * ${PREFIX}/bin/datasid-netmon.sh"
cronReboot="@reboot ${PREFIX}/bin/datasid-agent.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment