From bbbc9693162e21c7cecedfcbd7fc5750f6f8b891 Mon Sep 17 00:00:00 2001 From: Rasmus Mattsson Kallio Date: Fri, 1 Jan 2021 22:07:14 +0100 Subject: [PATCH] Add newline before EOF in /etc/cron.d/kanboard Should fix the following error in /var/log/syslog: cron[1049]: (*system*kanboard) ERROR (Missing newline before EOF, this crontab file will be ignored) --- conf/cron_kanboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_kanboard b/conf/cron_kanboard index eb9679c..9d2d511 100644 --- a/conf/cron_kanboard +++ b/conf/cron_kanboard @@ -1,2 +1,2 @@ # Execute the daily cronjob at 8am -0 8 * * * __APP__ cd "__FINALPATH__" && PHP__PHPVERSION__ ./cli cronjob >/dev/null 2>&1 \ No newline at end of file +0 8 * * * __APP__ cd "__FINALPATH__" && PHP__PHPVERSION__ ./cli cronjob >/dev/null 2>&1