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