From e2c3a23bfa699025275171b3d84d26c1aa0834c1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Oct 2020 11:05:53 +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 04a9686..e649b91 100644 --- a/conf/cron_kanboard +++ b/conf/cron_kanboard @@ -1,2 +1,2 @@ # Execute the daily cronjob at 8am -0 8 * * * cd "__FINALPATH__" && ./cli cronjob >/dev/null 2>&1 \ No newline at end of file +0 8 * * * cd "__FINALPATH__" && PHP__YNH_PHP_VERSION__ ./cli cronjob >/dev/null 2>&1 \ No newline at end of file