summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-06-24 18:56:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-06-24 18:56:22 +0200
commitf63b2ad9cd0fb10e901076e7c3853d7b8d293e39 (patch)
treeed8b1fd5bf271672029fe7e307c5b3da8c413bab
parentc2fef889652e4a1be016f4574f57f6dcc7b4a759 (diff)
updatecmd: use curl -s
-rw-r--r--updatecmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatecmd b/updatecmd
index 17dbe91..78ad4cf 100644
--- a/updatecmd
+++ b/updatecmd
@@ -1 +1 @@
-curl -F hostname="$(cat /etc/hostname)" -F fullname="$(hostname -f)" -F uptime="$(cat /proc/uptime)" -F load="$(cat /proc/loadavg)" -F uname="$(uname -sr)" -F df="$(df -l)" -F meminfo="$(cat /proc/meminfo)" -F cpus="$(lscpu)" -F debian="$(cat /etc/debian_version)" -F ip="$(ip a)"
+curl -s -F hostname="$(cat /etc/hostname)" -F fullname="$(hostname -f)" -F uptime="$(cat /proc/uptime)" -F load="$(cat /proc/loadavg)" -F uname="$(uname -sr)" -F df="$(df -l)" -F meminfo="$(cat /proc/meminfo)" -F cpus="$(lscpu)" -F debian="$(cat /etc/debian_version)" -F ip="$(ip a)"