From 6958428897ad8eb7e76556cf8e95e843f38e75e8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Oct 2020 11:54:00 +0200 Subject: [PATCH] Update cron_kanboard --- conf/cron_kanboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_kanboard b/conf/cron_kanboard index e649b91..f17a594 100644 --- a/conf/cron_kanboard +++ b/conf/cron_kanboard @@ -1,2 +1,2 @@ # Execute the daily cronjob at 8am -0 8 * * * cd "__FINALPATH__" && PHP__YNH_PHP_VERSION__ ./cli cronjob >/dev/null 2>&1 \ No newline at end of file +0 8 * * * __APP__ cd "__FINALPATH__" && PHP__YNH_PHP_VERSION__ ./cli cronjob >/dev/null 2>&1 \ No newline at end of file