From 3a7cb38d1e2db915d3c45beb92e099bff8053b71 Mon Sep 17 00:00:00 2001 From: Martin Wittwer Date: Thu, 18 Feb 2016 10:53:13 +0100 Subject: [PATCH] install script fix (variable added to read) --- script/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install b/script/install index 41b43e1..148ca61 100755 --- a/script/install +++ b/script/install @@ -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