From 3fad483b7a614707fb973c7973d289e364163cfa Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 8 Oct 2021 11:35:47 +0200 Subject: SearXNG: partial update: reference /etc/searxng/settings.yml --- manage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manage') diff --git a/manage b/manage index 7afd763de..e0bec0334 100755 --- a/manage +++ b/manage @@ -107,9 +107,9 @@ buildenv() { # settings file from repository's working tree are used by default SEARXNG_SETTINGS_PATH="${REPO_ROOT}/searx/settings.yml" - if [ -r '/etc/searx/settings.yml' ]; then - if ask_yn "should settings read from: /etc/searx/settings.yml"; then - SEARXNG_SETTINGS_PATH='/etc/searx/settings.yml' + if [ -r '/etc/searxng/settings.yml' ]; then + if ask_yn "should settings read from: /etc/searxng/settings.yml"; then + SEARXNG_SETTINGS_PATH='/etc/searxng/settings.yml' fi fi export SEARXNG_SETTINGS_PATH -- cgit v1.2.3