diff --git a/entrypoint.sh b/entrypoint.sh index 67b9b02d7bf..5c8098115f2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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