[fix docs] typo in the template to create a new user

closes: https://github.com/asciimoo/searx/issues/2062

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-07-12 11:24:28 +02:00 committed by Adam Tauber
parent 6e37255e59
commit 72e86be0ce
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ ${fedora_build}
$ sudo -H useradd --shell /bin/bash --system \\
--home-dir "$SERVICE_HOME" \\
--comment "Privacy-respecting metasearch engine" $SERVICE_USER
--comment 'Privacy-respecting metasearch engine' $SERVICE_USER
$ sudo -H mkdir "$SERVICE_HOME"
$ sudo -H chown -R "$SERVICE_GROUP:$SERVICE_GROUP" "$SERVICE_HOME"