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