mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 04:06:00 +00:00
894c1a5759
Adjust su-exec to only be used if needed. If UID == getuid() and GID == getgid() then we do not need to su-exec, and chmod will not work.
2 lines
52 B
Docker
2 lines
52 B
Docker
Avoid changing UID/GID if they are already correct.
|