Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
install script fix (variable added to read)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wittwer committed Feb 18, 2016
1 parent 748bd03 commit 3a7cb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp -v config/cas.yml.example config/cas.yml

if [ "$1" != 'sqlite' ]; then
echo 'Please configure your database in config/database.yml and hit ENTER when I should continue...'
read
read varToStoreNothing
fi

bundle exec rake db:schema:load
Expand Down

0 comments on commit 3a7cb38

Please sign in to comment.