From 8995f6ee33fd0d75723c6979b873cced6424728f Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 27 Oct 2021 11:39:00 +0200 Subject: [PATCH] Fixed appender for cron call. --- resources/conf/statoolinfos.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/conf/statoolinfos.cron b/resources/conf/statoolinfos.cron index 1c7189a..b3efc04 100644 --- a/resources/conf/statoolinfos.cron +++ b/resources/conf/statoolinfos.cron @@ -1,3 +1,3 @@ LANGUAGE=fr_FR.UTF8 LC_ALL=fr_FR.UTF-8 -/5 * * * * root /srv/statoolinfos/bin/statoolinfo.sh > /srv/statoolinfos/statoolinfos-cron.log +/5 * * * * root /srv/statoolinfos/bin/statoolinfo.sh >> /srv/statoolinfos/statoolinfos-cron.log