jgstew / tools

various scripts and tools
MIT License
23 stars 14 forks source link

Add checks to ensure Masthead provided or downloaded successfully (install_bigfix) #7

Closed jgstew closed 8 years ago

jgstew commented 8 years ago

Affected Files:

These scripts don't currently validate that the masthead file was either provided or downloaded successfully.

jgstew commented 8 years ago

Currently, if the masthead download fails and one is not provided, then bigfix will get installed without it, which leaves it unfunctional.

The script should instead exit with an error message.

The scripts do handle this currently by exiting with error if the argument for relay FQDN is not given, but that will need to be adjusted once the ability to provide a masthead file instead is included. Also, they do not validate that the masthead file actually downloads even when a relay FQDN is provided, which should be addressed.

jgstew commented 8 years ago

This is a duplicate of this issue: https://github.com/jgstew/tools/issues/10

This is now resolved.