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

Commit f25b16a

Browse files
authored
Merge pull request #132 from matusmarhefka/fix-help-rpm-commands
container/help.sh: never return non-zero return code
2 parents 3fc7b7a + a48f0d4 commit f25b16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/help.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ DESCRIPTION=$(grep ' description=' $DOCKERFILE \
1515
echo -e "Description:\n${DESCRIPTION}\n"
1616

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

0 commit comments

Comments
 (0)