diff options
author | renyhp <renyhp@disroot.org> | 2020-10-19 17:31:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 17:31:02 +0200 |
commit | b386a815da6e9c73de05b9fe0777da88e62fd546 (patch) | |
tree | 2f4481d760b77a3b3e1dad2cedce8723a6f2abcc /utils/templates | |
parent | aaf9334c796e421481c20663616719d0d284073b (diff) | |
download | searxng-b386a815da6e9c73de05b9fe0777da88e62fd546.tar.gz searxng-b386a815da6e9c73de05b9fe0777da88e62fd546.zip |
Fix typo chmod searx:searx > chown searx:searx
Diffstat (limited to 'utils/templates')
-rw-r--r-- | utils/templates/etc/uwsgi/apps-available/searx.ini | 4 |
1 files 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 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 |