Update check21

This commit is contained in:
Ngọ Anh Đức
2020-03-09 13:00:43 +07:00
committed by GitHub
parent 89514a1fa8
commit 0979f421c3

View File

@@ -39,7 +39,7 @@ check21(){
if [[ $result == 'False' ]]; then
textFail "trail exist but it is not enabled in multi region mode"
fi
if [[ $trail_count == 0 ]]; then
if [[ $trail_count == 0 ]]; then
textFail "No CloudTrail trails were found in the account"
fi
}