Skip to content

Commit

Permalink
fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ustramooner committed Oct 8, 2012
1 parent d29d3ee commit 09116f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ newrelic-daemon -c /app/local/etc/newrelic.cfg -d error
php-fpm
nginx
if [ ! -z \$PHP_WARMUP ];
if [ ! -z \$PHP_WARMUP ]; then
wget http://localhost:\$PORT/\$PHP_WARMUP
fi
EOF
Expand Down

0 comments on commit 09116f6

Please sign in to comment.