From 5f42d39e357a0f3b207654b48362dd448c829c6c Mon Sep 17 00:00:00 2001 From: stickz Date: Sun, 28 Apr 2024 18:33:14 -0400 Subject: [PATCH] ruTorrent v4.3.0 fix We must add `$useInternalHybrid = true;` to the torrent creator configuration file for ruTorrent v4.3.0. --- rootfs/etc/cont-init.d/03-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/cont-init.d/03-config.sh b/rootfs/etc/cont-init.d/03-config.sh index b04d385..01f03fb 100644 --- a/rootfs/etc/cont-init.d/03-config.sh +++ b/rootfs/etc/cont-init.d/03-config.sh @@ -320,6 +320,7 @@ if [ -d "/var/www/rutorrent/plugins/create" ]; then \$useExternal = 'mktorrent'; \$pathToCreatetorrent = '/usr/local/bin/mktorrent'; \$recentTrackersMaxCount = 15; +\$useInternalHybrid = true; EOL chown nobody:nogroup "/var/www/rutorrent/plugins/create/conf.php" else