Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 19:32:59 +01:00
committed by GitHub
parent be61015bc0
commit 6e627a1a23

View File

@@ -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