From 89268e4875974a672fb11fcf9a489d6f4e20c891 Mon Sep 17 00:00:00 2001 From: gabrielsoltz Date: Fri, 7 Jun 2019 05:51:26 +0100 Subject: [PATCH] textInfo --- checks/check_extra713 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra713 b/checks/check_extra713 index 27eb9add..f70c626b 100644 --- a/checks/check_extra713 +++ b/checks/check_extra713 @@ -21,7 +21,7 @@ extra713(){ # Guardduty Regions are not the same as REGIONS PYTHON=$(which python) if [ ! -z "${PYTHON}" ]; then - #textInfo "Using python and boto3 for getting Guardduty Available Regions" + textInfo "Using python and boto3 for getting Guardduty Available Regions" GD_REGIONS=($($PYTHON -c "import boto3 ; session = boto3.session.Session() ; print (session.get_available_regions('guardduty'))")) for GD_REGION in "${GD_REGIONS[@]}"; do GD_REGIONS_PARSED+="$(echo "$GD_REGION" | cut -d \' -f 2 | cut -d \' -f 1 && echo " ")"; done else