From fdcac755aa0602fb71d557b6a1c1d0b4bb297027 Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Tue, 30 Dec 2025 14:39:46 +0700 Subject: [PATCH] opt: fix ntfy --- notify.sh | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/notify.sh b/notify.sh index a055b6c..ff64040 100644 --- a/notify.sh +++ b/notify.sh @@ -44,16 +44,6 @@ send_ntfy() { fi echo "" - # Build rich message with metadata - local rich_message=$(cat <&1) + -H "Actions: view, View Logs, $click_url, clear=true" \ + -d "$MESSAGE" 2>&1) curl_exit_code=$? set -e # Re-enable exit on error