vnstati_webhook : header_text in string

This commit is contained in:
minoplhy 2023-10-31 14:21:04 +07:00
parent e8e4af518f
commit 55ac681574
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -33,7 +33,7 @@ if [ -n "${days_limit}" ]; then
fi
if [ -n "${header_text}" ]; then
PARAMS+=("--headertext $header_text")
PARAMS+=("--headertext '$header_text'")
fi
if [ -n "${image_scale}" ]; then