From 86ea46d77cebccffbc6fc0d963a9ad70540dbc28 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Mon, 20 Apr 2020 19:19:05 +0200 Subject: [PATCH] Update check_extra712 --- checks/check_extra712 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra712 b/checks/check_extra712 index d15f5bcf..ac941c2e 100644 --- a/checks/check_extra712 +++ b/checks/check_extra712 @@ -25,9 +25,9 @@ extra712(){ if [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_SUPPORTED}* ]];then textInfo "Macie is not supported in the $regx AWS Regions" elif [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_ENABLED}* ]];then - textFail "$regx: Amazon Macie is not enabled!" + textFail "$regx: Amazon Macie is not enabled!" "$regx" else - textPass "$regx: Amazon Macie is enabled!" + textPass "$regx: Amazon Macie is enabled!" "$regx" fi done }