Skip to content

Commit

Permalink
remove temporary copy of nginx log
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Oct 14, 2024
1 parent 7a3b1f0 commit 192dfd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ get-new-logs: $(DATE)
--out-dir $(DIR) \
--in-files $(IN)
ls -l $(DIR)

remove-new-log-files:
echo "INFO: removing " $(DIR)/*.log
rm $(DIR)/*.log

convert:
perl ./log2sql.pl --db-host $(DB_HOST) \
--db-database $(DB_NAME) \
Expand Down

0 comments on commit 192dfd3

Please sign in to comment.