Browse Source

[fix] Wording for Morty & Filtron error message

Allen 3 years ago
parent
commit
08ac175236
2 changed files with 4 additions and 4 deletions
  1. 2 2
      utils/filtron.sh
  2. 2 2
      utils/morty.sh

+ 2 - 2
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

+ 2 - 2
utils/morty.sh

@@ -221,7 +221,7 @@ install_all() {
     systemd_install_service "${SERVICE_NAME}" "${SERVICE_SYSTEMD_UNIT}"
     wait_key
     if ! service_is_available "http://${MORTY_LISTEN}" ; then
-        err_msg "Morty does not listening on: http://${MORTY_LISTEN}"
+        err_msg "Morty is not listening on: http://${MORTY_LISTEN}"
     fi
     if apache_is_installed; then
         info_msg "Apache is installed on this host."
@@ -359,7 +359,7 @@ EOF
     fi
 
     if ! service_is_available "http://${MORTY_LISTEN}" ; then
-        err_msg "Morty does not listening on: http://${MORTY_LISTEN}"
+        err_msg "Morty is not listening on: http://${MORTY_LISTEN}"
         echo -e "${_Green}stop with [${_BCyan}CTRL-C${_Green}] or .."
         wait_key
     fi