Skip to content

Commit

Permalink
remove tput commands (and errors)
Browse files Browse the repository at this point in the history
Using tput for pretty colors and fancier formatting is great, but it causes errors in execution. Since this is meant to be a noninteractive container, seeing this in the startup logs is a red herring to people.

Fixes #41
  • Loading branch information
tedder authored and PettitWesley committed Jun 26, 2020
1 parent f8f57ce commit 1c3cfe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
tput setaf 5;
tput bold;
echo -n "AWS for Fluent Bit Container Image Version "
cat /AWS_FOR_FLUENT_BIT_VERSION
tput sgr0;
exec /fluent-bit/bin/fluent-bit -e /fluent-bit/firehose.so -e /fluent-bit/cloudwatch.so -e /fluent-bit/kinesis.so -c /fluent-bit/etc/fluent-bit.conf

0 comments on commit 1c3cfe0

Please sign in to comment.