Review Java Gateway startup script

This commit is contained in:
Alexey Pustovalov
2021-02-18 13:22:41 -05:00
parent 531b195374
commit 5ea1f85385
5 changed files with 26 additions and 95 deletions

View File

@ -299,6 +299,7 @@ update_zbx_config() {
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf
update_config_var $ZBX_CONFIG "ListenIP" "${ZBX_LISTENIP}"
update_config_var $ZBX_CONFIG "ListenPort" "${ZBX_LISTENPORT}"
update_config_var $ZBX_CONFIG "SourceIP" "${ZBX_SOURCEIP}"