sysstat_webhook : fix arguments again
This commit is contained in:
parent
562ad7a583
commit
83b3e4ec2a
@ -63,11 +63,11 @@ fi
|
||||
|
||||
EXPANSION=()
|
||||
if [ ! "$SYSSTAT_OPTIONS" == "" ]; then
|
||||
EXPANSION+=$SYSSTAT_OPTIONS
|
||||
EXPANSION+=("$SYSSTAT_OPTIONS")
|
||||
fi
|
||||
|
||||
if [ -f "$datafile" ]; then
|
||||
EXPANSION+="-f $datafile"
|
||||
EXPANSION+=("-f $datafile")
|
||||
fi
|
||||
|
||||
if [ "$CPU" == "True" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user