mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
DATA_DIRS chown failures (NFS, SMB/CIFS, FUSE) crashed the container under set -e. The old image never chowned these directories, so users with external mounts had a working setup that broke on upgrade with zero config changes. - Collect mkdir and chown failures per-directory instead of crashing - Emit a single consolidated warning listing all affected directories with current ownership and remediation steps - Container continues to start; Django reports at runtime if it cannot write to a specific directory - Local volumes are unaffected: chown still runs and succeeds silently |
||
|---|---|---|
| .. | ||
| 01-user-setup.sh | ||
| 02-postgres.sh | ||
| 03-init-dispatcharr.sh | ||
| 04-check-hwaccel.sh | ||
| 99-init-dev.sh | ||