Fix usermod for Ubuntu/Debian
Set correct group for Ubuntu/Debian Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
f00f598014
commit
a520abe65d
|
@ -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**:
|
||||
|
|
Loading…
Reference in New Issue