sysstat_webhook : oof! variable again :(

This commit is contained in:
minoplhy 2023-11-02 12:05:10 +07:00
parent 1ccca2e43d
commit 562ad7a583
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -61,7 +61,7 @@ if [ ! -n "${webhook_url}" ]; then
exit 1 exit 1
fi fi
EXPANSION = () EXPANSION=()
if [ ! "$SYSSTAT_OPTIONS" == "" ]; then if [ ! "$SYSSTAT_OPTIONS" == "" ]; then
EXPANSION+=$SYSSTAT_OPTIONS EXPANSION+=$SYSSTAT_OPTIONS
fi fi