Update check_extra712

This commit is contained in:
Toni de la Fuente
2020-04-20 19:19:05 +02:00
committed by GitHub
parent b42cc33a6c
commit 86ea46d77c

View File

@@ -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
}