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