From 7393d070c96ac35c449b9e07f23f0d892ed28970 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 May 2019 00:38:50 +0200 Subject: [PATCH] Update cron --- conf/cron | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 26b9e62..f2456a1 100644 --- a/conf/cron +++ b/conf/cron @@ -1 +1,6 @@ -H * * * * __APP__ /usr/bin/env PATH=__FINALPATH__/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin COLUMNS=72 drush --quiet @__APP__.prod core:cron \ No newline at end of file +SHELL=/bin/sh +PATH=__FINALPATH__/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# m h dom mon dow user command +30 * * * * __APP__ drush --quiet @__APP__.prod core:cron +#