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
+1
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