修改bash命令
This commit is contained in:
parent
df917378a3
commit
7ff09d4d65
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
DJANGODIR=/home/lighthouse/hberp/hb_server
|
||||
cd &DJANGODIR
|
||||
cd /home/lighthouse/hberp/hb_server
|
||||
source venv/bin/activate
|
||||
exec gunicorn -w 5 -b 0.0.0.0:2223 server.wsgi
|
||||
exec gunicorn -w 5 -b 0.0.0.0:2223 server.wsgi
|
||||
|
|
Loading…
Reference in New Issue