mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 01:06:04 +02:00
Update helper_stats_graphs.yaml
This commit is contained in:
4
.github/workflows/helper_stats_graphs.yaml
vendored
4
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -209,8 +209,8 @@ jobs:
|
|||||||
set term png tiny
|
set term png tiny
|
||||||
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i)
|
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i)
|
||||||
EOFMarker
|
EOFMarker
|
||||||
)
|
) || true
|
||||||
rm StatsTmp
|
rm StatsTmp || true
|
||||||
cd .. || true
|
cd .. || true
|
||||||
fi || true
|
fi || true
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user