From db9ff8a7fdc3317e82e459ed9a5ce1bd232c1969 Mon Sep 17 00:00:00 2001 From: JugeHuge Date: Wed, 30 Aug 2023 11:23:27 +0300 Subject: [PATCH] Update warn messages on 2.2.15_mta_localhost.sh (#193) warn messages had typo netsat as it should be netstat --- bin/hardening/2.2.15_mta_localhost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hardening/2.2.15_mta_localhost.sh b/bin/hardening/2.2.15_mta_localhost.sh index 864f656..098af48 100755 --- a/bin/hardening/2.2.15_mta_localhost.sh +++ b/bin/hardening/2.2.15_mta_localhost.sh @@ -23,7 +23,7 @@ HARDENING_EXCEPTION=mail audit() { is_pkg_installed net-tools if [ "$FNRET" != 0 ]; then - warn "netsat not installed, cannot execute check" + warn "netstat not installed, cannot execute check" exit 2 else info "Checking netport ports opened" @@ -47,7 +47,7 @@ audit() { apply() { is_pkg_installed net-tools if [ "$FNRET" != 0 ]; then - warn "netsat not installed, cannot execute check" + warn "netstat not installed, cannot execute check" exit 2 else info "Checking netport ports opened"