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

Commit

Permalink
Merge pull request #23 from mawit/master
Browse files Browse the repository at this point in the history
install script fix (variable added to read)
  • Loading branch information
pencil committed May 8, 2016
2 parents 748bd03 + 3a7cb38 commit 269fbf3
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 269fbf3

Please sign in to comment.