diff options
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=( |