home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 19 May 2025 22:07:15 +0000 (00:07 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 19 May 2025 22:07:15 +0000 (00:07 +0200)
testing/scripts/sync_rtorrent_download.sh

index 1a161670347166ac7f3ba9a67260c01ad080f1f0..52cdbb75176afb8dd625d98886aad254f84ce4a8 100755 (executable)
@@ -148,6 +148,12 @@ STATUS_LOCAL=${STATUS}
 if [ -z "${TITLE}" ]; then
     abort 'No matching selectable found.'
 fi
+if [ -z "${STATUS_REMOTE}" ]; then
+    SELECTION=${TITLE}
+    STATUS=
+    for_line_in "${OVERVIEW_ONLY_REMOTE}" find_match
+    STATUS_REMOTE=${STATUS}
+fi