From 192dfd38a6c1acc514c4ca092eb1f8126ccf8e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Kopp?= Date: Mon, 14 Oct 2024 11:01:15 +0200 Subject: [PATCH] remove temporary copy of nginx log --- scripts/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/Makefile b/scripts/Makefile index 7e416f2..66f9698 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -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) \