Fix useradd

This commit is contained in:
PlusMinus0 2017-09-20 23:18:59 +02:00 committed by GitHub
parent e13da98d90
commit 7e696d6fee

View file

@ -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