summaryrefslogtreecommitdiff
path: root/utils/filtron.sh
diff options
context:
space:
mode:
authorAllen <64094914+allendema@users.noreply.github.com>2021-09-02 12:46:57 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-04 10:22:52 +0200
commit08ac175236e164e09c2633932535d8816bd1f8c4 (patch)
treef08669b93cd139f04c6b7cfd2daf754943efc4d5 /utils/filtron.sh
parenta5a0a4e10674f39a5936351af259b626e9b0298e (diff)
downloadsearxng-08ac175236e164e09c2633932535d8816bd1f8c4.tar.gz
searxng-08ac175236e164e09c2633932535d8816bd1f8c4.zip
[fix] Wording for Morty & Filtron error message
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-xutils/filtron.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh
index 4e35199ee..83f492407 100755
--- a/utils/filtron.sh
+++ b/utils/filtron.sh
@@ -207,7 +207,7 @@ install_all() {
wait_key
echo
if ! service_is_available "http://${FILTRON_LISTEN}" ; then
- err_msg "Filtron does not listening on: http://${FILTRON_LISTEN}"
+ err_msg "Filtron is not listening on: http://${FILTRON_LISTEN}"
fi
if apache_is_installed; then
info_msg "Apache is installed on this host."
@@ -375,7 +375,7 @@ EOF
fi
if ! service_is_available "http://${FILTRON_LISTEN}" ; then
- err_msg "Filtron does not listening on: http://${FILTRON_LISTEN}"
+ err_msg "Filtron is not listening on: http://${FILTRON_LISTEN}"
fi
if service_is_available "http://${FILTRON_TARGET}" ; then