mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Pause before restarting
This commit is contained in:
1
start.sh
1
start.sh
@@ -7,5 +7,6 @@ if [ -f $PIDFILE ]; then
|
|||||||
rm -f -- $PIDFILE
|
rm -f -- $PIDFILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
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 &
|
||||||
|
|||||||
Reference in New Issue
Block a user