mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #988 from siznax/fix-examples
fixed syntax errors in examples/gunicorn_rc.
This commit is contained in:
commit
5b3535bf64
@ -6,7 +6,7 @@ PID=/var/run/gunicorn.pid
|
|||||||
|
|
||||||
APP=main:application
|
APP=main:application
|
||||||
|
|
||||||
if [ -f $PID ]; then rm $PID fi
|
if [ -f $PID ]; then rm $PID; fi
|
||||||
|
|
||||||
cd $ROOT
|
cd $ROOT
|
||||||
exec $GUNICORN -c $ROOT/gunicorn.conf.py --pidfile=$PID $APP
|
exec $GUNICORN -c $ROOT/gunicorn.conf.py --pid=$PID $APP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user