From 9196b43dc3a8ffd9d64897c3beecc7fdeebd42f0 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 19 Jun 2020 11:12:50 +0200 Subject: added user to adduser command --- template/install.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/install.html.j2 b/template/install.html.j2 index ca7191f8..dd252f31 100644 --- a/template/install.html.j2 +++ b/template/install.html.j2 @@ -107,7 +107,7 @@ If you have any queries about the installation or the usage, please # addgroup gnunetdns
- # adduser --system --home "/var/lib/gnunet" --group gnunet --shell /bin/sh
+ # adduser --system --home "/var/lib/gnunet" --group gnunet --shell /bin/sh gnunet
# usermod -a -G gnunet <username>

-- cgit v1.2.3