wait for bootscript to finish
This commit is contained in:
parent
47718f1cb0
commit
ec2d99f3de
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ echo "Preparing database..."
|
||||||
bundle exec rails db:prepare:with_data
|
bundle exec rails db:prepare:with_data
|
||||||
|
|
||||||
echo "run boot 'hook'"
|
echo "run boot 'hook'"
|
||||||
/manyfold/cli/manyfold.sh hook boot &
|
/manyfold/cli/manyfold.sh hook boot || true
|
||||||
|
|
||||||
echo "Setting database file ownership (SQLite3 only)..."
|
echo "Setting database file ownership (SQLite3 only)..."
|
||||||
bundle exec rake db:chown
|
bundle exec rake db:chown
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue