Skip to content

Commit a7476a7

Browse files
authored
Merge pull request #13 from Cryptophobia/master
fix(boot.sh): fix FLUENTD_CONF env var during boot
2 parents 1668070 + 5824446 commit a7476a7

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)