From f3f3714bf2a95c65d11ddaaab68fd70df2fa16b5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 18 May 2025 01:48:43 +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 2b39d15..c3ed886 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -150,6 +150,7 @@ if [ -z "${SYNC_DOWN}" ]; then ssh -t -q "${SERVER}" "mv -i ${TMP_STORE_DOWNLOAD}/* ~/${DIRNAME_DOWNLOADS}/" ssh -t -q "${SERVER}" "mv -i ${TMP_STORE_SESSION}/* ~/${DIRNAME_SESSION}/" ssh -t -q "${SERVER}" "rmdir ${TMP_STORE_SESSION} && rmdir ${TMP_STORE_DOWNLOAD} && rmdir ${TMP_STORE}" + ssh -t -q "${SERVER}" 'kill_rtorrent' else mkdir "${TMP_STORE_SESSION}" mkdir "${TMP_STORE_DOWNLOAD}" -- 2.30.2