Skip to content

Commit

Permalink
Merge pull request #13 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(boot.sh): fix FLUENTD_CONF env var during boot
  • Loading branch information
Cryptophobia authored Aug 11, 2019
2 parents 1668070 + 5824446 commit a7476a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/fluentd/sbin/boot
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit a7476a7

Please sign in to comment.