From e9edb5e960ff056bbc805aa868e9f906850da7b8 Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Wed, 3 May 2023 18:32:39 +0200 Subject: [PATCH] Update transmission.sh --- scripts/bittorrent-client-update-detector/transmission.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bittorrent-client-update-detector/transmission.sh b/scripts/bittorrent-client-update-detector/transmission.sh index 993eb5d..7cec479 100644 --- a/scripts/bittorrent-client-update-detector/transmission.sh +++ b/scripts/bittorrent-client-update-detector/transmission.sh @@ -97,7 +97,7 @@ peerIdPrefix="$(getPeerIdPrefix)" echo "Peer_id prefix is: $peerIdPrefix" # fn de generation des key : https://github.com/transmission/transmission/blob/9d2507c7e32d60d91cf91dc6ef0147f568d44111/libtransmission/torrent.h > constexpr auto announce_key() const noexcept -echo "key : An int between 1 and 2147483647 (inclusive) which is converted to hex (without leading zero)" +echo "key : An int between 1 and 4294967295 (inclusive) which is converted to hex (without leading zero)" # clean tempSource folder