修改bash命令

This commit is contained in:
caoqianming 2022-02-24 15:25:39 +08:00
parent df917378a3
commit 7ff09d4d65
1 changed files with 2 additions and 3 deletions

View File

@ -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