Fixed ExportFileSize parameter

This commit is contained in:
Alexey Pustovalov
2020-03-04 11:39:34 +02:00
parent c1ea672145
commit 183aeb08f0
19 changed files with 19 additions and 6 deletions

View File

@ -846,7 +846,7 @@ update_zbx_config() {
if [ -n "${ZBX_EXPORTFILESIZE}" ]; then
update_config_var $ZBX_CONFIG "ExportDir" "$ZABBIX_USER_HOME_DIR/export/"
update_config_var $ZBX_CONFIG "ExportFileSize" "{$ZBX_EXPORTFILESIZE}"
update_config_var $ZBX_CONFIG "ExportFileSize" "${ZBX_EXPORTFILESIZE}"
fi
# Possible few fping locations