qbit_manage/VERSION
bobokun 2f15302a96
fix(entrypoint): support non-root runs; fix permissions only as root
- Call fix_permissions only when running as root to avoid permission
  errors
- Fix /config ownership only under root
- If running as root, drop privileges via su-exec to PUID:PGID; if
  already non-root, execute the command as-is

This prevents failures when the container is started as a non-root user
(e.g., via docker-compose user) while preserving the existing behavior
for root runs.
2025-08-28 16:17:34 -04:00

1 line
15 B
Text
Executable file