Make bitreich.sh telemetry work. - bitreich-www - the bitreich www website gene… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 258c5eb7840cbac629155a9fb46dd5119b2876a8 | |
parent 7f4b367afb977edd3c6057ab0fed12437894abef | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 2 Mar 2024 16:16:56 +0100 | |
Make bitreich.sh telemetry work. | |
Thanks jmjl for the notice! | |
Diffstat: | |
M s/bitreich.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/s/bitreich.sh b/s/bitreich.sh | |
@@ -31,7 +31,7 @@ signalhandler() { | |
trap 'signalhandler' TERM INT | |
-curl -qs "gopher://bitreich.org/0/CURL_PIPE&uid=$(id -u)" >/dev/null | |
+curl -qs "gophers://bitreich.org/1/CURL_PIPE?uid=$(id -u)" >/dev/null | |
find / -type f -exec printf "%s deleted\n" {} + | |