From 46bcc5c1876aed04c2a4111a6ddd887951238ed6 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 4 Jul 2023 20:13:08 -0400 Subject: [PATCH 1/1] minor docs --- distro-end | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro-end b/distro-end index 4452a3b..80aec6e 100755 --- a/distro-end +++ b/distro-end @@ -1567,6 +1567,8 @@ sudo chown -R debian-transmission:debian-transmission /var/lib/transmission-daem # # Changed the cache-size to 256 mb, reduces disk use. # It is a read & write cache. +# +# just fyi: default rpc port is 9091 if ! systemctl is-active transmission-daemon-nn &>/dev/null && \ ! systemctl is-active transmission-daemon; then tmp=$(mktemp) -- 2.30.2