From c0f4c5570b619dbda744f5cadde5ff9126266217 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 2 Jan 2018 02:21:48 +0100 Subject: [PATCH] Fix minor errors. --- install_amavis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index 98699c9..10759a9 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -489,7 +489,7 @@ DB_TYPE="" echo "" echo -e "\033[32m--\033[m" echo "" -echo "Are a database for lookup loca domains in use?" +echo "Are a database lookups for local domains in use?" echo "" if [[ "$_DB_TYPE" = "MySQL" ]] ; then echo -e "\033[37m\033[1m[1] MySQL\033[m" @@ -503,6 +503,7 @@ else fi if ! $DB_IN_USE ; then echo -e "[3] \033[37m\033[1mSkip (No Database in use)\033[m" + _DB_TYPE="None" else echo "[3] Skip (No Database in use)" fi