From 32578408243d3f27217e1a7382d818b4ee29d6bb Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Fri, 8 Dec 2017 15:11:52 +0100 Subject: [PATCH] fix chron command (#20545) --- debian/chrono.cron.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chrono.cron.d b/debian/chrono.cron.d index 83691cf..cefe225 100644 --- a/debian/chrono.cron.d +++ b/debian/chrono.cron.d @@ -1,3 +1,3 @@ MAILTO=root -0 * * * * /sbin/runuser -u chrono /usr/bin/chrono-manage -- tenant_command sync_desks_timeperiod_exceptions --all-tenants +0 * * * * chrono /usr/bin/chrono-manage tenant_command sync_desks_timeperiod_exceptions --all-tenants -- 2.11.0