Adguard: Fix adduser
This commit is contained in:
parent
23283402fa
commit
418352efa1
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ VER="${VER//./-}"
|
||||||
UPSTREAM_VER="0.107.56"
|
UPSTREAM_VER="0.107.56"
|
||||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
||||||
UPSTREAM_NAME="adguard"
|
UPSTREAM_NAME="adguard"
|
||||||
SERIAL="1benoitjpnet"
|
SERIAL="2benoitjpnet"
|
||||||
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
|
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
|
||||||
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
|
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ incus exec "$CNAME" -- apt-get install -y --no-install-recommends wget
|
||||||
incus exec "$CNAME" -- adduser \
|
incus exec "$CNAME" -- adduser \
|
||||||
--shell /bin/bash \
|
--shell /bin/bash \
|
||||||
--gecos "AdGuard Home DNS Server" \
|
--gecos "AdGuard Home DNS Server" \
|
||||||
--group \
|
|
||||||
--disabled-password \
|
--disabled-password \
|
||||||
--home /opt/adguard \
|
--home /opt/adguard \
|
||||||
adguard
|
adguard
|
||||||
|
|
Loading…
Add table
Reference in a new issue