diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-03-08 17:18:02 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-03-08 17:18:02 +0100 |
commit | e48e2a99144b930e7f1fde3fd47d4782b92f819c (patch) | |
tree | f34d164712c2eab4c2bb375dc9b318caa394b744 /utils | |
parent | e1319fc21c713cfb9675389ba38f37e10cf77cd2 (diff) | |
download | searxng-e48e2a99144b930e7f1fde3fd47d4782b92f819c.tar.gz searxng-e48e2a99144b930e7f1fde3fd47d4782b92f819c.zip |
[fix] APACHE_SEARX_SITE=searxng.conf renamed in 2b125214
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/searx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 819afef13..13ae25a07 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -118,7 +118,7 @@ case $DIST_ID-$DIST_VERS in esac # Apache Settings -APACHE_SEARX_SITE="searx.conf" +APACHE_SEARX_SITE="searxng.conf" # shellcheck disable=SC2034 CONFIG_FILES=( |