diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-15 20:51:45 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-15 20:51:45 +0200 |
| commit | 087253ca04b79b3d13d8df62ba3c1ed3a3a99470 (patch) | |
| tree | a718a533b33a92b31a384670e12f04e593d1812e /src/publisher.c | |
| parent | 3ed96f9c9a813130f26cd1187fc439440067e5cc (diff) | |
Minor changes
Diffstat (limited to 'src/publisher.c')
| -rw-r--r-- | src/publisher.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } } |
