From 7c1d61c0ae96a4537a7d7242e3ea9e6d28ef2f30 Mon Sep 17 00:00:00 2001 From: Ben van Klinken Date: Mon, 8 Oct 2012 16:04:28 +1000 Subject: [PATCH] exec fix --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 42989b6c0..763e247c8 100755 --- a/bin/compile +++ b/bin/compile @@ -241,7 +241,7 @@ mkdir -p client_body_temp fastcgi_temp proxy_temp scgi_temp uwsgi_temp (tail --quiet -f -n 0 /app/vendor/nginx/logs/*.log /app/vendor/php/var/log/*.log /app/local/var/log/newrelic/*.log &) if [ "" != "\$WARMUP_COMMAND" ]; then - \$WARMUP_COMMAND + bash -c "\$WARMUP_COMMAND" fi newrelic-daemon -c /app/local/etc/newrelic.cfg -d error