Browse Source

Revert "Fix bin to bins path"

This reverts commit 05ac01a608804eb2a0479b429dc607565b1b1e02.
Brittany Mazza 10 years ago
parent
commit
9e7c4c82b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php-laravel/setup.sh

+ 1 - 1
frameworks/PHP/php-laravel/setup.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export PHP_HOME=${IROOT}/php-5.5.17
-export PHP_FPM=${PHP_HOME}/bins/php-fpm
+export PHP_FPM=${PHP_HOME}/bin/php-fpm
 export NGINX_HOME=${IROOT}/nginx
 
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' app/config/database.php