Update agent.sh

This commit is contained in:
Lucas Decrock 2019-02-23 21:55:51 +01:00 committed by GitHub
parent ec86e59367
commit 5274f12fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,9 +224,9 @@ data_post="token=${auth[0]}&data=$(base "$version") $(base "$uptime") $(base "$s
# API request with automatic termination # API request with automatic termination
if [ -n "$(command -v timeout)" ] if [ -n "$(command -v timeout)" ]
then then
timeout -s SIGKILL 30 wget -q -o /dev/null -O /etc/netweak/log/agent.log -T 25 --post-data "$data_post" --no-check-certificate "https://beta.netweak.com/api/agent/report" timeout -s SIGKILL 30 wget -q -o /dev/null -O /etc/netweak/log/agent.log -T 25 --post-data "$data_post" --no-check-certificate "https://www.netweak.com/api/agent/report"
else else
wget -q -o /dev/null -O /etc/netweak/log/agent.log -T 25 --post-data "$data_post" --no-check-certificate "https://beta.netweak.com/api/agent/report" wget -q -o /dev/null -O /etc/netweak/log/agent.log -T 25 --post-data "$data_post" --no-check-certificate "https://www.netweak.com/api/agent/report"
wget_pid=$! wget_pid=$!
wget_counter=0 wget_counter=0
wget_timeout=30 wget_timeout=30