wait for bootscript to finish

This commit is contained in:
Leon van Kammen 2025-11-26 11:39:04 +01:00
parent 47718f1cb0
commit ec2d99f3de

View file

@ -8,7 +8,7 @@ echo "Preparing database..."
bundle exec rails db:prepare:with_data
echo "run boot 'hook'"
/manyfold/cli/manyfold.sh hook boot &
/manyfold/cli/manyfold.sh hook boot || true
echo "Setting database file ownership (SQLite3 only)..."
bundle exec rake db:chown