mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update helper_stats_graphs.yaml
This commit is contained in:
2
.github/workflows/helper_stats_graphs.yaml
vendored
2
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -160,7 +160,7 @@ jobs:
|
||||
if [[ "${#FOLDER}" -gt 2 ]]; then
|
||||
cp Stats3 StatsTmp
|
||||
sed -n "/Date/p" Stats3 > "$FOLDER"/StatsTmp
|
||||
sed -n "/$TITLE/p" Stats3 >> "$FOLDER"/StatsTmp
|
||||
sed -n "/$TITLE /p" Stats3 >> "$FOLDER"/StatsTmp
|
||||
# Go in folder
|
||||
cd "$FOLDER" || true
|
||||
cat StatsTmp
|
||||
|
||||
Reference in New Issue
Block a user