mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 22:09:29 +00:00
Fix for missing group
This commit is contained in:
parent
fbfc22b847
commit
1e9968dcbb
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ function stopJD2 {
|
|||
trap stopJD2 EXIT
|
||||
|
||||
# Add a user to run the jdownloader
|
||||
addgroup --gid $GID jdusers
|
||||
useradd -M --uid $UID --gid $GID jduser
|
||||
|
||||
su jduser -c 'java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar &'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue