Update transmission.sh

This commit is contained in:
Anthony Raymond 2023-05-03 18:32:39 +02:00 committed by GitHub
parent c4a4c30616
commit e9edb5e960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ peerIdPrefix="$(getPeerIdPrefix)"
echo "Peer_id prefix is: $peerIdPrefix" 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 # 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 # clean tempSource folder