diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-29 20:54:30 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-30 16:11:01 +0200 |
commit | 4167bf15dce6c1892b25da411f9004c2703ea19c (patch) | |
tree | e312a72ed51773b8c0f0bc292e82e1aeb4d81009 /utils/searx.sh | |
parent | 38482739de32ee6a6a41763c5b992c1ad689eb2e (diff) | |
download | searxng-4167bf15dce6c1892b25da411f9004c2703ea19c.tar.gz searxng-4167bf15dce6c1892b25da411f9004c2703ea19c.zip |
[mod] utils/searx.sh - apache, nginx & uwsgi check old 'searx' installations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-x | utils/searx.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |