mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
7831fed79a
also add init helper to wait for db
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
bundle exec rails runner $SCRIPT_DIR/wait_for_db.rb
|