Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
[fix docs] typo in the template to create a new user
Browse files Browse the repository at this point in the history
closes: #2062

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 authored and asciimoo committed Jul 13, 2020
1 parent 6e37255 commit 72e86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build-templates/searx.rst
Expand Up @@ -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"
Expand Down

0 comments on commit 72e86be

Please sign in to comment.