mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
fix startup script
This commit is contained in:
parent
1337b06065
commit
557c6fe4a9
1 changed files with 1 additions and 1 deletions
2
bin/prod
2
bin/prod
|
@ -18,4 +18,4 @@ gunicorn \
|
||||||
--access-logfile $BASE/access.log \
|
--access-logfile $BASE/access.log \
|
||||||
--reload
|
--reload
|
||||||
|
|
||||||
echo "Starting gunicorn with pid $(cat ./data/gunicorn.pid)"
|
echo "Starting gunicorn with pid $(cat $BASE/gunicorn.pid)"
|
||||||
|
|
Loading…
Reference in a new issue