juju / juju-gui-charm

Charm for Juju GUI.
GNU Affero General Public License v3.0
2 stars 16 forks source link

Avoid swallowing error output from apt_get_install #6

Closed johnsca closed 8 years ago

johnsca commented 8 years ago

A user was getting intermittent install hook failures, with the relevant logs here: http://pastebin.ubuntu.com/13503590/

This seems like it could be caused by network issues on the user's environment, but the error from apt-get is getting swallowed by the charm. This should allow the error to show up in the log.

hatched commented 8 years ago

This looks great, thanks for the PR @johnsca :+1:

urosj commented 8 years ago

:+1: Thanks for your commit, @johnsca

urosj commented 8 years ago

:shipit: