install_postfixadmin.sh: fix error setting postgeSQL database at 'config.local.php'
This commit is contained in:
parent
b7871dfa4e
commit
d154c716b0
0
$tmp_err_msg
Normal file
0
$tmp_err_msg
Normal 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user