소스 검색

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

Lita Gratrix 10 년 전
부모
커밋
8daa134dca
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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