diff --git a/rootfs/fluentd/sbin/boot b/rootfs/fluentd/sbin/boot index e00f316..43367a9 100755 --- a/rootfs/fluentd/sbin/boot +++ b/rootfs/fluentd/sbin/boot @@ -1,5 +1,5 @@ #!/bin/bash -FLUENTD_CONF="/fluentd/etc/${FLUENTD_CONF}" +FLUENTD_CONF="/fluentd/etc/fluentd.conf" INSTALL_BUILD_TOOLS=${INSTALL_BUILD_TOOLS:-"false"} BUILD_TOOLS='g++ gcc make ruby-dev'