summaryrefslogtreecommitdiff
path: root/utils/searxng.sh
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-05-13 21:10:02 +0200
committerGitHub <noreply@github.com>2025-05-13 21:10:02 +0200
commit1a8884fa26bedf983516308e69b9863888cd397e (patch)
tree962feae057a8d93bb78e704ea23a40c0da006fe2 /utils/searxng.sh
parent4fb29aae812aa464c12fd959fc24dd91934f6a3b (diff)
parent2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (diff)
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods.
Diffstat (limited to 'utils/searxng.sh')
-rwxr-xr-xutils/searxng.sh9
1 files changed, 0 insertions, 9 deletions
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"
}