mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added quotes
This commit is contained in:
parent
2e192788bb
commit
a12aaa2d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@
|
|||
FOUND=""
|
||||
PACKAGES="atftpd tftpd tftp-server tftpd-hpa"
|
||||
for PACKAGE in ${PACKAGES}; do
|
||||
if PackageIsInstalled ${PACKAGE}; then
|
||||
if PackageIsInstalled "${PACKAGE}"; then
|
||||
FOUND="${PACKAGE}"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue