mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:29:30 +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" ]
|
if [ "$UID" ]
|
||||||
then
|
then
|
||||||
USER=jdownloader
|
USER=jdownloader
|
||||||
useradd -r -s /bin/false -u $UID $USER
|
useradd -r -N -s /bin/false -u $UID $USER
|
||||||
else
|
else
|
||||||
USER=root
|
USER=root
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue