From 81bba4486916dbca4467a7e8c8b839a7c55c2a09 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 27 May 2022 18:41:08 +0200 Subject: [install scripts] rename SEARX_ variables to SEARXNG_ Signed-off-by: Markus Heiser --- .config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config.sh') diff --git a/.config.sh b/.config.sh index cc7663648..972728c35 100644 --- a/.config.sh +++ b/.config.sh @@ -4,7 +4,7 @@ # # This file should be edited only ones just before the installation of any # service is done. After the installation of the searx service a copy of this -# file is placed into the $SEARX_SRC of the instance, e.g.:: +# file is placed into the $SEARXNG_SRC of the instance, e.g.:: # # /usr/local/searx/searx-src/.config.sh # @@ -24,7 +24,7 @@ # $ ./utils/searx.sh --help # ---- SearXNG instance setup (already installed) # SEARXNG_SETTINGS_PATH : /etc/searxng/settings.yml -# SEARX_SRC : /usr/local/searx/searx-src +# SEARXNG_SRC : /usr/local/searx/searx-src # # [1] https://docs.searxng.org/admin/engines/settings.html -- cgit v1.2.3