Fix tar output filename

This commit is contained in:
Max Ignatenko 2024-02-21 09:16:19 +00:00
parent d6dff5a9a0
commit fa8b67bcc9

View file

@ -59,6 +59,6 @@ kill-csv-export:
@kill -9 `pgrep csv_export.sh`
csv-compress:
@tar -cvzf csv_export.gz handles.csv post_counts.csv follows.csv like_counts.csv
tar cvzf csv_export.tgz handles.csv post_counts.csv follows.csv like_counts.csv
# ---------------------------- CSV Export ----------------------------
# ---------------------------- CSV Export ----------------------------