Since a few days/weeks the cronjob (cron.php) sends a 'cronjob notification (screnshot from the email - see below)' whenever the git fetch
command (in fetchUpdates()
function) finds new updated file(s).
Wouldn't it make sense to suppress the output from the exec()
call? (e.g. by adding &> /dev/null
)