From b386a815da6e9c73de05b9fe0777da88e62fd546 Mon Sep 17 00:00:00 2001 From: renyhp Date: Mon, 19 Oct 2020 17:31:02 +0200 Subject: [PATCH] Fix typo chmod searx:searx > chown searx:searx --- utils/templates/etc/uwsgi/apps-available/searx.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/templates/etc/uwsgi/apps-available/searx.ini b/utils/templates/etc/uwsgi/apps-available/searx.ini index b1c56e41..4d69da0c 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