mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:59:29 +00:00
Fix useradd
This commit is contained in:
parent
e13da98d90
commit
7e696d6fee
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fi
|
|||
if [ "$UID" ]
|
||||
then
|
||||
USER=jdownloader
|
||||
useradd -r -s /bin/false -u $UID $USER
|
||||
useradd -r -N -s /bin/false -u $UID $USER
|
||||
else
|
||||
USER=root
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue