From: Christian Heller Date: Mon, 19 May 2025 22:07:15 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%7B%7Bdb.prefix%7D%7D/unset_cookie?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=config Fix. --- diff --git a/testing/scripts/sync_rtorrent_download.sh b/testing/scripts/sync_rtorrent_download.sh index 1a16167..52cdbb7 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -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