Merge pull request #84 from vulcanize/feature/startup-script

Update startup_script.sh
This commit is contained in:
Abdul Rabbani 2022-05-31 12:25:55 -04:00 committed by GitHub
commit 91d30b9ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ echo "Running database migrations"
# If the db migrations ran without err
if [[ $? -eq 0 ]]; then
echo "Migration process ran successfully"
tail -f /dev/null
else
echo "Could not run migrations. Are the database details correct?"
exit 1