diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-05-27 18:41:08 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
commit | 81bba4486916dbca4467a7e8c8b839a7c55c2a09 (patch) | |
tree | fa819ab67e5c3829bf59086221beef969ee55ff3 /.config.sh | |
parent | 0cf5310933ee4f6bff4a941f7296686bd671671f (diff) | |
download | searxng-81bba4486916dbca4467a7e8c8b839a7c55c2a09.tar.gz searxng-81bba4486916dbca4467a7e8c8b839a7c55c2a09.zip |
[install scripts] rename SEARX_<name> variables to SEARXNG_<name>
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.config.sh')
-rw-r--r-- | .config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |