summaryrefslogtreecommitdiff
path: root/utils/searxng.sh
diff options
context:
space:
mode:
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"
}