From 4167bf15dce6c1892b25da411f9004c2703ea19c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 29 Oct 2021 20:54:30 +0200 Subject: [mod] utils/searx.sh - apache, nginx & uwsgi check old 'searx' installations Signed-off-by: Markus Heiser --- utils/searx.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/searx.sh') diff --git a/utils/searx.sh b/utils/searx.sh index baac48a90..3528f1da2 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -382,6 +382,10 @@ install_check() { || err_msg "uWSGI app $SEARXNG_UWSGI_APP not available!" sudo -H -u "${SERVICE_USER}" "${SEARX_PYENV}/bin/python" "utils/searxng_check.py" + + if uWSGI_app_available 'searx.ini'; then + warn_msg "old searx.ini uWSGI app exists" + fi } update_searx() { -- cgit v1.2.3