vnstati_webhook : header_text in string
This commit is contained in:
parent
e8e4af518f
commit
55ac681574
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user