Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-06-15 09:25:28 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-06-15 09:25:28 +0300
commitc1818ecc8e70196bb2c446a62fab8b11de3db4ae (patch)
treebde4bdf0a88e0080e1acb15e097b8af3b3ea5ae0 /build.xml
parent6a90d6aea984b59383f81c5a18cf3d469ebf749b (diff)
.......... [ZBXNEXT-686] fixed syntax in the tests/templates/zabbix.conf.php file
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index dc4da4a4a7a..9fab079dd34 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@
<copy overwrite="true" file="ui/tests/templates/zabbix.conf.php" tofile="ui/conf/zabbix.conf.php"/>
<replace file="ui/conf/zabbix.conf.php" token="{DBTYPE}" value="${dbtype}"/>
<replace file="ui/conf/zabbix.conf.php" token="{DBHOST}" value="${dbhost}"/>
- <replace file="ui/conf/zabbix.conf.php" token="{DBPORT}" value="${dbport}"/>
+ <replace file="ui/conf/zabbix.conf.php" token="'{DBPORT}'" value="${dbport}"/>
<replace file="ui/conf/zabbix.conf.php" token="{DBNAME}" value="${dbname}"/>
<replace file="ui/conf/zabbix.conf.php" token="{DBUSER}" value="${dbuser}"/>
<replace file="ui/conf/zabbix.conf.php" token="{DBPASSWORD}" value="${dbpassword}"/>