Browse Source

Fix bin to bins path

Brittany Mazza 10 years ago
parent
commit
05ac01a608
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}/bin/php-fpm
+export PHP_FPM=${PHP_HOME}/bins/php-fpm
 export NGINX_HOME=${IROOT}/nginx
 
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' app/config/database.php