fix startup script

This commit is contained in:
lza_menace 2020-09-27 05:59:20 -07:00
parent 1337b06065
commit 557c6fe4a9
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ gunicorn \
--access-logfile $BASE/access.log \
--reload
echo "Starting gunicorn with pid $(cat ./data/gunicorn.pid)"
echo "Starting gunicorn with pid $(cat $BASE/gunicorn.pid)"