Make bitreich.sh telemetry work. - bitreich-www - the bitreich www website generator
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 258c5eb7840cbac629155a9fb46dd5119b2876a8
 (DIR) parent 7f4b367afb977edd3c6057ab0fed12437894abef
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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" {} +