Added quotes

This commit is contained in:
Michael Boelen 2019-07-16 13:13:15 +02:00
parent 2e192788bb
commit a12aaa2d3a
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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