Skip to content

Commit 5824446

Browse files
committed
fix(boot.sh): fix FLUENTD_CONF env var during boot
1 parent 1668070 commit 5824446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rootfs/fluentd/sbin

rootfs/fluentd/sbin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
FLUENTD_CONF="/fluentd/etc/${FLUENTD_CONF}"
2+
FLUENTD_CONF="/fluentd/etc/fluentd.conf"
33
INSTALL_BUILD_TOOLS=${INSTALL_BUILD_TOOLS:-"false"}
44
BUILD_TOOLS='g++ gcc make ruby-dev'
55

0 commit comments

Comments
 (0)