Update extra/entrypoint.sh

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Sem 2022-04-02 21:39:57 +02:00 committed by GitHub
parent 524abb6a30
commit 3ef783eca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,6 @@ then
# We're running as root, so we can use setpriv without problems.
exec setpriv --reuid "$PUID" --regid "$PGID" --clear-groups "$@"
else
#We're running as a regular user, so we'll launch the app as one.
# We're running as a regular user, so we'll launch the app as one.
exec "$@"
fi