Explorar o código

remove bash_profile.sh from fuel

Lita Gratrix %!s(int64=10) %!d(string=hai) anos
pai
achega
ce36330ff0
Modificáronse 2 ficheiros con 4 adicións e 7 borrados
  1. 0 7
      frameworks/PHP/fuel/bash_profile.sh
  2. 4 0
      frameworks/PHP/fuel/setup.sh

+ 0 - 7
frameworks/PHP/fuel/bash_profile.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export PHP_HOME=${IROOT}/php-5.5.17
-
-export PHP_FPM=$PHP_HOME/sbin/php-fpm
-
-export NGINX_HOME=${IROOT}/nginx

+ 4 - 0
frameworks/PHP/fuel/setup.sh

@@ -1,4 +1,8 @@
 #!/bin/bash
+export PHP_HOME=${IROOT}/php-5.5.17
+export PHP_FPM=$PHP_HOME/sbin/php-fpm
+export NGINX_HOME=${IROOT}/nginx
+
 
 sed -i 's|localhost|'"${DBHOST}"'|g' fuel/app/config/production/db.php
 sed -i 's|root .*/FrameworkBenchmarks/php-fuel|root '"${TROOT}"'|g' deploy/nginx.conf