Skip to content

Commit d6d41b6

Browse files
committed
Trim pushover message
1 parent 09f85ec commit d6d41b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎hosts/glyph/services/torrents.nix‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
script-torrent-done-filename = pkgs.writeShellScript "torrent-done.sh" ''
3333
TOKEN_USER=$(cat ${config.age.secrets.pushover-user-token.path});
3434
TOKEN_APP=$(cat ${config.age.secrets.pushover-app-token.path});
35-
MESSAGE="$TR_TORRENT_NAME finished downloading.
36-
37-
$TR_TIME_LOCALTIME";
35+
MESSAGE="$TR_TORRENT_NAME finished downloading.";
3836
3937
PRIORITY=0;
4038
SOUND="tugboat";

0 commit comments

Comments
 (0)