Skip to content

Commit

Permalink
Bugfix: change entrypoint from 'exec -c' to 'exec' (fluent#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley authored and hossain-rayhan committed Jan 8, 2020
1 parent a170618 commit 8088d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tput bold;
echo -n "AWS for Fluent Bit Container Image Version "
cat /AWS_FOR_FLUENT_BIT_VERSION
tput sgr0;
exec -c /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
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 8088d0d

Please sign in to comment.