Update startup_script.sh
This commit is contained in:
parent
14762a119f
commit
3f034d40ce
@ -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