From ea2ed9dc08bfb2f7d414b2829899e9779c2721b3 Mon Sep 17 00:00:00 2001 From: eddiemonge Date: Fri, 13 May 2011 15:20:19 -0700 Subject: [PATCH] Update the CDN but dont output messages --- gitpushlatest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }