From 3f08b031b925a475ffeb9532d328e833becbc289 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 28 Feb 2024 17:03:14 +0000 Subject: [PATCH] Update docker/auth-bench/run-ab.sh --- docker/auth-bench/run-ab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auth-bench/run-ab.sh b/docker/auth-bench/run-ab.sh index 392cc83..22f076e 100644 --- a/docker/auth-bench/run-ab.sh +++ b/docker/auth-bench/run-ab.sh @@ -78,7 +78,7 @@ function upload_to_hastebin_and_notify { local haste_url="https://haste.nixc.us/$key" echo "Logs uploaded to: $haste_url" # Send notification with the Haste URL, including the authentication token - curl -X POST -H "Authorization: Bearer tk_xjkgklandq47adj1f17bw6edtilh4" -d "$haste_url" https://ntfy.nixc.us/bnHobG80sO5ZF4SB + curl -X POST -H "Authorization: Bearer tk_xjkgklandq47adj1f17bw6edtilh4" -d "$haste_url" https://admin:tiZcgc8Waf9mg5A4n2aJ4Qk2RyYnwEHDT@ntfy.nixc.us/bnHobG80sO5ZF4SB else echo "Failed to upload logs to Hastebin." fi