mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:59:29 +00:00
PlusMinus0/headless-jd2-docker#17 fixed non-root setup after alpine linux migration
This commit is contained in:
parent
26bd6fdff5
commit
41fee5b14a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ else
|
|||
USER=root
|
||||
fi
|
||||
|
||||
useradd -G $GROUP $USER
|
||||
adduser -G $GROUP $USER
|
||||
chown -R $USER:$GROUP /opt/JDownloader
|
||||
|
||||
exec su-exec ${USER}:${GROUP} "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue