From 30b7df160a2881af8c637b18b188037b2687faf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 29 Mar 2016 17:45:10 +0200 Subject: [PATCH] debian: fix crontab syntax --- debian/welco.cron.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/welco.cron.d b/debian/welco.cron.d index adb4540..993add8 100644 --- a/debian/welco.cron.d +++ b/debian/welco.cron.d @@ -1,4 +1,4 @@ SHELL=/bin/sh PATH=/usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin -0 7 * * 1-5 /usr/bin/welco-manage tenant_command send-avis-email --all-tenants +0 7 * * 1-5 welco /usr/bin/welco-manage tenant_command send-avis-email --all-tenants