From 087253ca04b79b3d13d8df62ba3c1ed3a3a99470 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 20:51:45 +0200 Subject: Minor changes --- src/publisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/publisher.c') diff --git a/src/publisher.c b/src/publisher.c index e216232..7c401c4 100644 --- a/src/publisher.c +++ b/src/publisher.c @@ -62,7 +62,7 @@ int main (int argc, char *argv []) // Send current one if(FILE_EXISTS(logfile)){ publish(publisher,logfile,client,interval); - //remove(logfile); + remove(logfile); } } } -- cgit v1.2.3