mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-02 12:48:57 +01: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.
|