summaryrefslogtreecommitdiff
path: root/utils/searxng.sh
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-04-05 10:59:07 +0200
committerIvan Gabaldon <igabaldon@inetol.net>2025-05-13 10:37:02 +0200
commit2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (patch)
tree2ce148316b00b38a5a8ad13d242fc5c864cb9bee /utils/searxng.sh
parent90068660196d898896219d1df7a088348c5d3d14 (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"
}