Skip to content
Snippets Groups Projects
Unverified Commit 894c1a57 authored by Michael Kaye's avatar Michael Kaye Committed by GitHub
Browse files

Docker packaging should not su-exec or chmod if already running as UID/GID (#5970)

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.
parent 0eac7077
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment