From 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sat, 5 Apr 2025 10:59:07 +0200 Subject: [enh] tidy: clean old morty, filtron, searx references Everyone should have already switched from legacy methods --- utils/searxng.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'utils/searxng.sh') diff --git a/utils/searxng.sh b/utils/searxng.sh index c6c9d5ea8..b34298e85 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -553,15 +553,6 @@ searxng.remove.settings() { searxng.check() { rst_title "SearXNG checks" section - - for NAME in "searx" "filtron" "morty"; do - if service_account_is_available "${NAME}"; then - err_msg "There exists an old '${NAME}' account from a previous installation." - else - info_msg "[OK] (old) account '${NAME}' does not exists" - fi - done - "${SEARXNG_PYENV}/bin/python" "${SEARXNG_SRC}/utils/searxng_check.py" } -- cgit v1.2.3