mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Added quotes
This commit is contained in:
parent
2e192788bb
commit
a12aaa2d3a
@ -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…
x
Reference in New Issue
Block a user