install_postfixadmin.sh: fix error setting postgeSQL database at 'config.local.php'

This commit is contained in:
Christoph 2019-06-15 21:19:22 +02:00
parent b7871dfa4e
commit d154c716b0
2 changed files with 1 additions and 1 deletions

0
$tmp_err_msg Normal file
View File

View File

@ -1854,7 +1854,7 @@ echo ""
echononl "\tAdjust Postfix Admin's Configuration - Part 1"
_failed=false
if [[ "$POSTFIX_DB_TYPE" = "pgsql" ]]; then
_config_db_type="pgsql"
_database_type="pgsql"
else
# - database_type 'mysql' uses the deprecated mysql extension , and since PHP 7.0 this extension
# - is no longer available.