diff --git a/bin/prod b/bin/prod index adbaa81..bfdbfc8 100755 --- a/bin/prod +++ b/bin/prod @@ -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)"