Permalink
Browse files
Remove curly braces for php-fpm
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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