remove log redirect from refresh cron
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-05 10:58:18 +02:00
parent 3d78466c33
commit 0b5930dbc7
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
* ENHANCEMENT
* remove stdout redirect for the supercronic main process
* remove log redirect from cron scripts

View File

@ -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