Skip to content

Commit

Permalink
fix(boot.sh): fix FLUENTD_CONF env var during boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Aug 11, 2019
1 parent 1668070 commit 5824446
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 5824446

Please sign in to comment.