We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3395841 + 9b7373f commit 81c776dCopy full SHA for 81c776d
check-ecs-exec.sh
@@ -499,7 +499,7 @@ if [[ "x${taskRoleArn}" = "xnull" ]]; then
499
fi
500
501
if [[ ! "x${hasRole}" = "xtrue" ]]; then
502
- printf "${COLOR_DEFAULT} EC2 or Task Role | ${COLOR_RED}Not Configured"
+ printf "${COLOR_DEFAULT} EC2 or Task Role | ${COLOR_RED}Not Configured\n"
503
else
504
if [[ "x${isEC2Role}" = "xtrue" ]]; then
505
printf "${COLOR_DEFAULT} EC2 Role Permissions | "
0 commit comments