Merge pull request #84 from vulcanize/feature/startup-script
Update startup_script.sh
This commit is contained in:
commit
91d30b9ea1
@ -13,6 +13,7 @@ echo "Running database migrations"
|
|||||||
# If the db migrations ran without err
|
# If the db migrations ran without err
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
echo "Migration process ran successfully"
|
echo "Migration process ran successfully"
|
||||||
|
tail -f /dev/null
|
||||||
else
|
else
|
||||||
echo "Could not run migrations. Are the database details correct?"
|
echo "Could not run migrations. Are the database details correct?"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user