mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
- Transmission version wasn't updated, so the new configuration didn't take effect. - The new configuration disabled Transmission's own auth and an apache reload is required for SSO auth to be enabled for Transmission. This was not happening because webserver_enable command finds that webserver is already enabled for Transmission. It cannot detect upgrades. Hence disabled that check for reloads. We're still avoiding restarts if there's no config change, just like before. Fixes #1139 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>