Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #132 from matusmarhefka/fix-help-rpm-commands
Browse files Browse the repository at this point in the history
container/help.sh: never return non-zero return code
  • Loading branch information
matejak authored Feb 8, 2018
2 parents 3fc7b7a + a48f0d4 commit f25b16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ DESCRIPTION=$(grep ' description=' $DOCKERFILE \
echo -e "Description:\n${DESCRIPTION}\n"

echo "OpenSCAP packages bundled in the image:"
rpm -qa | grep openscap
rpm -qa | grep scap-security-guide
rpm -qa | grep openscap || true
rpm -qa | grep scap-security-guide || true

0 comments on commit f25b16a

Please sign in to comment.