mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Missing }
This commit is contained in:
parent
48ba463376
commit
f76cf70651
1 changed files with 1 additions and 1 deletions
|
|
@ -1903,7 +1903,7 @@
|
|||
output=$(${RPMBINARY} --quiet -q ${package} > /dev/null 2>&1)
|
||||
exit_code=$?
|
||||
elif [ -n "${SWUPDBINARY}" ]; then
|
||||
output=$(${SWUPDBINARY bundle-list > /dev/null 2>&1 | ${GREPBINARY} "^${package}$")
|
||||
output=$(${SWUPDBINARY} bundle-list > /dev/null 2>&1 | ${GREPBINARY} "^${package}$")
|
||||
exit_code=$?
|
||||
elif [ -n "${ZYPPERBINARY}" ]; then
|
||||
output=$(${ZYPPERBINARY} --quiet --non-interactive search --installed -i ${PACKAGE} 2> /dev/null | grep "^i")
|
||||
|
|
|
|||
Loading…
Reference in a new issue