mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03: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.
1 line
52 B
Docker
1 line
52 B
Docker
Avoid changing UID/GID if they are already correct.
|