Fix ovh/debian-cis:#25 (#28)

Co-authored-by: Jeremy Denoun <jeremy.denoun@iguanesolutions.com>
This commit is contained in:
jeremydenoun
2021-01-21 16:01:34 +01:00
committed by GitHub
parent 4a652a94c6
commit 1c2e171655
26 changed files with 26 additions and 26 deletions

View File

@ -23,7 +23,7 @@ FILE='/etc/ssh/sshd_config'
audit() {
is_pkg_installed "$PACKAGE"
if [ "$FNRET" != 0 ]; then
crit "$PACKAGE is not installed!"
ok "$PACKAGE is not installed!"
else
ok "$PACKAGE is installed"
for SSH_OPTION in $OPTIONS; do