Update start

This commit is contained in:
Jesus Federico 2019-11-28 16:43:17 -05:00 committed by GitHub
parent a08a8be24e
commit 5a18da1a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
db_create=$(RAILS_ENV=$RAILS_ENV bundle exec rake db:create)
echo $db_create
if [[ $db_create == *"ERROR"* ]]; then
if [[ $db_create == *"Error"* ]]; then
echo ">>> Database migration"
bundle exec rake db:migrate
else