sysstat_webhook : treat datafile according to /usr/bin/sadf

This commit is contained in:
minoplhy 2023-11-02 13:42:08 +07:00
parent 9b66234057
commit 08f0e4dd93
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -67,7 +67,7 @@ if [ ! "$SYSSTAT_OPTIONS" == "" ]; then
fi
if [ -f "$datafile" ]; then
EXPANSION+=("-f $datafile")
EXPANSION+=("$datafile")
fi
if [ "$CPU" == "True" ]; then