Permalink
Browse files

Remove curly braces for php-fpm

  • Loading branch information...
LadyMozzarella committed Jan 27, 2015
1 parent 7f2ce67 commit 3bb12bf1c14e36e40c8a888b1cf481342c2d6f67
Showing with 1 addition and 1 deletion.
  1. +1 −1 frameworks/PHP/php-laravel/setup.sh
@@ -10,5 +10,5 @@ sed -i 's|/home/vagrant/FrameworkBenchmarks/installs/nginx/|'"${IROOT}"'/nginx/|
export PATH="${PHP_HOME}/bin:${PHP_HOME}/sbin:$PATH"
${PHP_FPM} --fpm-config ${FWROOT}/config/php-fpm.conf -g ${TROOT}/deploy/php-fpm.pid
$PHP_FPM --fpm-config ${FWROOT}/config/php-fpm.conf -g ${TROOT}/deploy/php-fpm.pid
${NGINX_HOME}/sbin/nginx -c ${TROOT}/deploy/nginx.conf

0 comments on commit 3bb12bf

Please sign in to comment.