From 106a47726b5258f599be5466562490c036b781f3 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 16 May 2025 05:23:50 +0200 Subject: [PATCH] Fix. --- testing/scripts/sync_rtorrent_download.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/scripts/sync_rtorrent_download.sh b/testing/scripts/sync_rtorrent_download.sh index d701b55..e99aac6 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -9,6 +9,7 @@ cd $(dirname "$0") . lib/expected_rtorrent_files . lib/for_line_in . lib/path_tmp_timestamped +cd - > /dev/null DIRNAME_DOWNLOAD='download' CMD_PRINT_TORRENTS='print_torrents' -- 2.30.2