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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user