修改bash命令
This commit is contained in:
parent
df917378a3
commit
7ff09d4d65
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DJANGODIR=/home/lighthouse/hberp/hb_server
|
cd /home/lighthouse/hberp/hb_server
|
||||||
cd &DJANGODIR
|
|
||||||
source venv/bin/activate
|
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