diff --git a/gitpushlatest.php b/gitpushlatest.php index 69d4b5c4..bb62db74 100755 --- a/gitpushlatest.php +++ b/gitpushlatest.php @@ -5,6 +5,6 @@ if ( fread($file, filesize($filename)) === 'NewCommit' ) { ftruncate($file, 0); exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1'); - exec('./refreshCDN'); + exec('./refreshCDN >> /dev/null 2>&1'); }