|
@@ -1,6 +1,7 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' config.lua
|
|
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' config.lua
|
|
|
|
+sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' config.moon
|
|
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' nginx.conf
|
|
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' nginx.conf
|
|
|
|
|
|
export PATH=${OPENRESTY_HOME}/nginx/sbin:$PATH
|
|
export PATH=${OPENRESTY_HOME}/nginx/sbin:$PATH
|