Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
baletu committed Mar 20, 2021
1 parent 8ffa361 commit d6556e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
source venv/bin/activate
gunicorn myblog.wsgi:application -c /data/www/myblog/gunicorn.conf.py --daemon --reload
source $PWD/venv/bin/activate
gunicorn myblog.wsgi:application -c $PWD/gunicorn.conf.py --daemon --reload

0 comments on commit d6556e1

Please sign in to comment.