mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 23:10:59 +02: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
|
if [[ "${#FOLDER}" -gt 2 ]]; then
|
||||||
cp Stats3 StatsTmp
|
cp Stats3 StatsTmp
|
||||||
sed -n "/Date/p" Stats3 > "$FOLDER"/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
|
# Go in folder
|
||||||
cd "$FOLDER" || true
|
cd "$FOLDER" || true
|
||||||
cat StatsTmp
|
cat StatsTmp
|
||||||
|
|||||||
Reference in New Issue
Block a user