Fix
- Set the executable bit on all rootfs init/service scripts. s6-overlay v3 (which arrived with the v2.0.0 base image bump) strictly requires scripts under
/etc/cont-init.dand/etc/services.d/*/runto have +x; v2 was lenient and ran them anyway. After the bump, all fourcont-init.dscripts plus both servicerun+finishscripts (and the openvpnup-transmission.shhelper) were tracked as100644and failed at startup withPermission denied(exit 126), leaving the addon inerrorstate with no transmission daemon running.
If you saw v2.0.0 or v2.0.1 either crash at startup or come up but never actually run transmission, this release fixes it.