Browse Source

remove bash_profile.sh from rails-stripped

Lita Gratrix 10 years ago
parent
commit
61670e61c1

+ 0 - 3
frameworks/Ruby/rails-stripped/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export NGINX_HOME=${IROOT}/nginx

+ 1 - 0
frameworks/Ruby/rails-stripped/setup_ruby.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+export NGINX_HOME=${IROOT}/nginx
 
 sed -i 's|host: .*|host: '"${DBHOST}"'|g' config/database.yml
 sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' config/nginx.conf