From 828ef00b61eb85efcfafd024b904ecfacbd96f94 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Jul 2024 16:07:46 +0000 Subject: [PATCH] servo: transmission: torrent-done: print call args at start to aid debugging --- hosts/by-name/servo/services/transmission/torrent-done | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/by-name/servo/services/transmission/torrent-done b/hosts/by-name/servo/services/transmission/torrent-done index ab648bad4..253461412 100755 --- a/hosts/by-name/servo/services/transmission/torrent-done +++ b/hosts/by-name/servo/services/transmission/torrent-done @@ -25,6 +25,8 @@ debug() { fi } +echo "TR_TORRENT_DIR=$TR_TORRENT_DIR torrent-done $*" + if [[ "$TR_TORRENT_DIR" =~ ^.*freeleech.*$ ]]; then # freeleech torrents have no place in my permanent library echo "freeleech: nothing to do"