From d261fb382607d087048937af7321f5b2d9c170cd Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 10 Sep 2025 13:48:20 +0200 Subject: [PATCH] Add debug logs --- charts/transmission/smartrss/smartrss.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/transmission/smartrss/smartrss.sh b/charts/transmission/smartrss/smartrss.sh index 041bfdd..d944081 100644 --- a/charts/transmission/smartrss/smartrss.sh +++ b/charts/transmission/smartrss/smartrss.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -e +set -x rsstail -f '{title}---{link}\n' "$URL" | while IFS="---" read -r title link; do name=$(guessit "$title" -P title | tr -d "[:punct:]")