From a520abe65d30e50d63cf91184338c556c4bc9729 Mon Sep 17 00:00:00 2001 From: baufrecht Date: Wed, 4 Feb 2015 23:50:58 +0100 Subject: [PATCH] Fix usermod for Ubuntu/Debian Set correct group for Ubuntu/Debian Signed-off-by: Eric Lippmann --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index aa85adb22..3ab099e3a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -94,7 +94,7 @@ usermod -A icingaweb2 wwwrun Debian and Ubuntu: ```` -usermod -a -G icingaweb2 wwwrun +usermod -a -G icingaweb2 www-data ```` Use `icingacli` to create the configuration directory which defaults to **/etc/icingaweb2**: