Qarik-Group / bucc

The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Apache License 2.0
134 stars 46 forks source link

Add error checking for bosh cli installation #148

Closed teancom closed 6 years ago

teancom commented 6 years ago

I had an issue where the bosh cli installation failed because I was on a corporate VPN that forces the use of a proxy, which was not set in my environment. Easy enough to fix, but the script just said that was installing the bosh cli and then exited cleanly. It wasn't until I looked at bocc/bin/bosh and saw that it was empty that I figured out what was going on.

drnic commented 6 years ago

@teancom can you make the PR against develop branch please good sir?

teancom commented 6 years ago

Done. Opened https://github.com/starkandwayne/bucc/pull/149 instead.