Update startup_script.sh

This commit is contained in:
Abdul Rabbani 2022-05-27 09:23:48 -04:00
parent 14762a119f
commit 3f034d40ce

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