OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

container/help.sh: never return non-zero return code #132

Closed matusmarhefka closed 6 years ago

matusmarhefka commented 6 years ago

The container/help.sh returned non-zero return code in cases when packages were deployed from git and there were no RPM packages installed inside the image. This behavior caused atomic help command to fail, therefore this PR makes container/help.sh to always return code 0.

matejak commented 6 years ago

Good catch, ACK.