Fix minor errors.

This commit is contained in:
Christoph 2018-01-02 02:21:48 +01:00
parent 77e1f893e3
commit c0f4c5570b

View File

@ -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