mirror of https://github.com/CISOfy/lynis.git
Added missing 'then'
This commit is contained in:
parent
fa8bad20db
commit
a2c57e0b75
|
@ -428,7 +428,7 @@
|
|||
LogText "Test: Checking if NIS server is installed"
|
||||
PACKAGES="nis ypserv"
|
||||
for PACKAGE in ${PACKAGES}; do
|
||||
if PackageIsInstalled "${PACKAGE}"
|
||||
if PackageIsInstalled "${PACKAGE}"; then
|
||||
FOUND="${PACKAGE}"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue