Make init.sh verbose, since it takes a while, frequently hangs and otherwise it is not clear what is happening.

This commit is contained in:
Davit Barbakadze
2016-08-30 17:12:59 +04:00
parent 3661c39a63
commit a51351cdcf
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
echo ""
echo " > installing gems into ./vendor/bundle"
bundle install --path vendor/bundle
bundle install --path vendor/bundle --verbose
if [[ -e "_config-local.yml" ]]; then
echo " > _config-local.yml present, skipping creation"