increase the delay at first run

pull/1/head
Andy 8 years ago
parent 9eee7c0e42
commit bebca29608
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -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

Loading…
Cancel
Save