Browse Source

Ajusta start.sh

pull/1063/head
Matheus Veleci 8 years ago
parent
commit
95ec95a2a9
  1. 5
      start.sh

5
start.sh

@ -1,3 +1,6 @@
#!/bin/sh
create_env() { create_env() {
echo "[ENV FILE] creating .env file..." echo "[ENV FILE] creating .env file..."
# check if file exists # check if file exists
@ -63,5 +66,5 @@ if [ $lack_pwd -eq 0 ]; then
fi fi
/bin/sh gunicorn_start.sh no-venv & /bin/sh gunicorn_start.sh no-venv &
/usr/sbin/nginx -g "daemon off;" /usr/sbin/nginx -g "daemon off;"

Loading…
Cancel
Save