Add exit to the startup script

This commit is contained in:
2010-10-28 10:24:14 +01:00
parent c6b9d72f01
commit 7f8753d21f

View File

@@ -10,3 +10,4 @@ fi
sleep 1 sleep 1
source ./env/bin/activate source ./env/bin/activate
./manage.py runfcgi daemonize=false pidfile=$PIDFILE host=127.0.0.1 port=9981 & ./manage.py runfcgi daemonize=false pidfile=$PIDFILE host=127.0.0.1 port=9981 &
exit 0