From 22d9f7409dc16eff5d977e7ff170c94714c5f5ba Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Fri, 10 Nov 2023 21:40:19 +0100 Subject: [PATCH] Add ntfy notificaton. --- transmission-notify | 1 + 1 file changed, 1 insertion(+) diff --git a/transmission-notify b/transmission-notify index 91c2ac5..da99d81 100755 --- a/transmission-notify +++ b/transmission-notify @@ -3,3 +3,4 @@ # script to notify me of a finished torrent quick-notify "Transmission Daemon" "Your torrent ${TR_TORRENT_NAME} has been downloaded" +curl -u ":$(cat .config/ntfy/access_token)" -H "t: Transmission daemon" -d "Your torrent ${TR_TORRENT_NAME} has been downloaded" ntfy.cronyakatsuki.xyz/portage