Merge pull request #13 from toniblyx/master

Fixed color when OK in check 4.4
This commit is contained in:
Toni de la Fuente
2016-09-27 08:56:04 -04:00
committed by GitHub

View File

@@ -875,7 +875,7 @@ check44(){
if [[ $CHECK_SGDEFAULT ]];then
echo -e " $RED WARNING! Default Security Groups found that allow 0.0.0.0 IN or OUT traffic in Region $regx $NORMAL "
else
echo -e " $RED OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL "
echo -e " $OK OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL "
fi
done
}