Browse Source

remove bash_profile.sh from openresty. Also updated reference to openresety
version

Lita Gratrix 10 years ago
parent
commit
8daa134dca
2 changed files with 1 additions and 3 deletions
  1. 0 3
      frameworks/Lua/openresty/bash_profile.sh
  2. 1 0
      frameworks/Lua/openresty/setup.sh

+ 0 - 3
frameworks/Lua/openresty/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export OPENRESTY_HOME=${IROOT}/openresty-1.7.7.1

+ 1 - 0
frameworks/Lua/openresty/setup.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+export OPENRESTY_HOME=${IROOT}/openresty-1.7.7.1
 
 sed -i 's|CWD|'"${TROOT}"'|g' nginx.conf
 sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' app.lua