diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-08 11:35:47 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-11 12:28:55 +0000 |
commit | 3fad483b7a614707fb973c7973d289e364163cfa (patch) | |
tree | 9647bf6e8ed01288f428666993a4bccde8074cad /manage | |
parent | 861925c50f91f804564c4f6a13de9dfed5fe8e26 (diff) | |
download | searxng-3fad483b7a614707fb973c7973d289e364163cfa.tar.gz searxng-3fad483b7a614707fb973c7973d289e364163cfa.zip |
SearXNG: partial update: reference /etc/searxng/settings.yml
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |