increase the delay at first run

This commit is contained in:
Andy 2016-04-11 09:36:29 +02:00
parent 9eee7c0e42
commit bebca29608
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

2
launch
View File

@ -39,7 +39,7 @@ chown -Rh $USER:$GROUP $DATA
# Allow a little delay on the first run
# to make sure Database is set and ready
[ -e "/tmp/taiga.firstrun" ] || ( sleep 5; touch /tmp/taiga.firstrun )
[ -e "/tmp/taiga.firstrun" ] || ( sleep 10; touch /tmp/taiga.firstrun )
# Upgrade DB schemas, etc...
# This is important when Taiga's codebase gets updated