Browse Source

HHVM needs to release ports!

msmith-techempower 10 years ago
parent
commit
b774d98a5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/hhvm/setup_hhvm.sh

+ 1 - 1
frameworks/PHP/hhvm/setup_hhvm.sh

@@ -8,5 +8,5 @@ sed -i 's|File = .*/error.log|File = '"${TROOT}"'/error.log|g' deploy/config.hdf
 sed -i "s|/usr/local/nginx/|${IROOT}/nginx/|g" deploy/nginx.conf
 sed -i "s|TEST_ROOT|${TROOT}|g" deploy/nginx.conf
 
-hhvm --config $TROOT/deploy/config.hdf -m daemon
+hhvm --config $TROOT/deploy/config.hdf --user $(whoami) -m daemon
 $NGINX_HOME/sbin/nginx -c $TROOT/deploy/nginx.conf