summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-02 17:18:05 +0200
committerAlexandre Flament <alex@al-f.net>2021-10-02 17:18:05 +0200
commit253b8503765b6f0d21135254277e72d17a51e04a (patch)
treec52ae4a1d47140d5e531e78b7fbc11e0a354c7ec /manage
parent9e266ecad3cc20faf2c12cdab7862c29cf8df2ec (diff)
downloadsearxng-253b8503765b6f0d21135254277e72d17a51e04a.tar.gz
searxng-253b8503765b6f0d21135254277e72d17a51e04a.zip
SearXNG: SEARXNG_SETTINGS_PATH
Diffstat (limited to 'manage')
-rwxr-xr-xmanage6
1 files changed, 3 insertions, 3 deletions
diff --git a/manage b/manage
index 553d3f208..b02128df9 100755
--- a/manage
+++ b/manage
@@ -105,14 +105,14 @@ export DOCS_BUILD
buildenv() {
# settings file from repository's working tree are used by default
- SEARX_SETTINGS_PATH="${REPO_ROOT}/searx/settings.yml"
+ 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
- SEARX_SETTINGS_PATH='/etc/searx/settings.yml'
+ SEARXNG_SETTINGS_PATH='/etc/searx/settings.yml'
fi
fi
- export SEARX_SETTINGS_PATH
+ export SEARXNG_SETTINGS_PATH
(
set -e
SEARXNG_DEBUG=1 pyenv.cmd python utils/build_env.py 2>&1 \