From: Christian Heller Date: Sat, 17 May 2025 13:23:47 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%22https:/validator.w3.org/blog?a=commitdiff_plain;h=fc015623d9e9116a1d030633259bc2253a2d2178;p=config Fix. --- diff --git a/testing/scripts/sync_rtorrent_download.sh b/testing/scripts/sync_rtorrent_download.sh index 66c1f2c..0c7a158 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -136,7 +136,7 @@ printf ' media: %s\n' "${TITLE}" TARGET_DIR="${LOCAL_STORE}/${TITLE}" if [ -z "${SYNC_DOWN}" ]; then prefixed_msg 'Uploading …' - TMP_DIR=$(ssh -t -q "${SERVER}" "TMPDIR=~/tmp mktemp -d") + TMP_DIR=$(ssh -t -q "${SERVER}" "TMPDIR=~/tmp mktemp -d" | tr -d "\r") else prefixed_msg 'Downloading …' abort_if_exists "${TARGET_DIR}"