From 0b5930dbc72eeb86a11f83081cdcfbd8f2616919 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Oct 2019 10:58:18 +0200 Subject: [PATCH] remove log redirect from refresh cron --- CHANGELOG.md | 1 + overlay/etc/crontabs/nginx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f225ac6..f009c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ * ENHANCEMENT * remove stdout redirect for the supercronic main process + * remove log redirect from cron scripts diff --git a/overlay/etc/crontabs/nginx b/overlay/etc/crontabs/nginx index c57cf9a..161c9ce 100644 --- a/overlay/etc/crontabs/nginx +++ b/overlay/etc/crontabs/nginx @@ -1,2 +1,2 @@ SHELL=/bin/sh -*/15 * * * * /usr/bin/php -f /var/www/app/app/actualize_script.php >/dev/null 2>&1 +*/15 * * * * /usr/bin/php -f /var/www/app/app/actualize_script.php