Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-16 14:13:15 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-16 14:13:15 +0300
commita12aaa2d3a0ccc7f39937174f4fedd8727ab62fe (patch)
treeaefeefaa9ebd1f738898471b07999f195f4d749c /include/tests_insecure_services
parent2e192788bbece6ec4c0902eb4059cdf8b9ac74ba (diff)
Added quotes
Diffstat (limited to 'include/tests_insecure_services')
-rw-r--r--include/tests_insecure_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_insecure_services b/include/tests_insecure_services
index c958d432..df616e56 100644
--- a/include/tests_insecure_services
+++ b/include/tests_insecure_services
@@ -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