1 parent 09f85ec commit d6d41b6Copy full SHA for d6d41b6
1 file changed
hosts/glyph/services/torrents.nix
@@ -32,9 +32,7 @@
32
script-torrent-done-filename = pkgs.writeShellScript "torrent-done.sh" ''
33
TOKEN_USER=$(cat ${config.age.secrets.pushover-user-token.path});
34
TOKEN_APP=$(cat ${config.age.secrets.pushover-app-token.path});
35
- MESSAGE="$TR_TORRENT_NAME finished downloading.
36
-
37
- $TR_TIME_LOCALTIME";
+ MESSAGE="$TR_TORRENT_NAME finished downloading.";
38
39
PRIORITY=0;
40
SOUND="tugboat";
0 commit comments