Merge various changes with Zabbix 7.2 branch

This commit is contained in:
Alexey Pustovalov
2024-12-25 01:29:57 +09:00
parent 8257994171
commit 11fbb299b5
11 changed files with 7 additions and 16 deletions

View File

@ -179,7 +179,6 @@ check_variables_postgresql() {
if [ -n "${DB_SERVER_HOST}" ]; then
psql_connect_args="--host ${DB_SERVER_HOST} --port ${DB_SERVER_PORT}"
else
DB_SERVER_HOST='""'
psql_connect_args="--port ${DB_SERVER_PORT}"
fi
}