summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build-templates/filtron.rst2
-rw-r--r--docs/build-templates/searx.rst2
-rw-r--r--utils/templates/etc/uwsgi/apps-available/searx.ini4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst
index 83a451820..643688ff7 100644
--- a/docs/build-templates/filtron.rst
+++ b/docs/build-templates/filtron.rst
@@ -32,7 +32,7 @@
(${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
(${SERVICE_USER}) $ wget --progress=bar -O "${GO_TAR}" \\
"${GO_PKG_URL}"
- (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf "${GO_TAR}"
+ (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf "${GO_TAR}"
(${SERVICE_USER}) $ which go
${SERVICE_HOME}/local/go/bin/go
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst
index f3004ed06..5a65488b0 100644
--- a/docs/build-templates/searx.rst
+++ b/docs/build-templates/searx.rst
@@ -167,7 +167,7 @@ container or in a script, test with curl:
.. code-block:: sh
- $ xgd-open http://$SEARX_INTERNAL_URL
+ $ xdg-open http://$SEARX_INTERNAL_URL
.. group-tab:: curl
diff --git a/utils/templates/etc/uwsgi/apps-available/searx.ini b/utils/templates/etc/uwsgi/apps-available/searx.ini
index b1c56e412..4d69da0cf 100644
--- a/utils/templates/etc/uwsgi/apps-available/searx.ini
+++ b/utils/templates/etc/uwsgi/apps-available/searx.ini
@@ -79,6 +79,6 @@ http = ${SEARX_INTERNAL_HTTP}
# On some distributions you need to create the app folder for the sockets::
#
# mkdir -p /run/uwsgi/app/searx
-# chmod -R ${SERVICE_USER}:${SERVICE_GROUP} /run/uwsgi/app/searx
+# chown -R ${SERVICE_USER}:${SERVICE_GROUP} /run/uwsgi/app/searx
#
-# socket = /run/uwsgi/app/searx/socket \ No newline at end of file
+# socket = /run/uwsgi/app/searx/socket