Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 19:34:30 +01:00
committed by GitHub
parent 6e627a1a23
commit 5d0a26fff6

View File

@@ -158,8 +158,7 @@ jobs:
echo "$TITLE found in $FOLDER"
# If non null
if [[ "${#FOLDER}" -gt 2 ]]; then
cp Stats3 StatsTmp
sed -n "/Date/p" Stats3 > "$FOLDER"/StatsTmp
sed -n "/Date /p" Stats3 > "$FOLDER"/StatsTmp
sed -n "/$TITLE /p" Stats3 >> "$FOLDER"/StatsTmp
# Go in folder
cd "$FOLDER" || true