diff --git a/bin/start b/bin/start index 3d15610e..dc0b618b 100755 --- a/bin/start +++ b/bin/start @@ -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