Skip to content

Commit fb00aa8

Browse files
author
Jonathan Chauncey
committed
chore(telegraf): fix up the start-telegraf script
1 parent 02b3fce commit fb00aa8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

telegraf/rootfs/start-telegraf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
echo "Building config.toml!"
33
./envtpl -in config.toml.tpl >> config.toml
44
echo "Finished building toml..."
5+
echo "###########################################"
6+
echo "###########################################"
57
cat config.toml
6-
echo "Starting telegraf..."
8+
echo "###########################################"
9+
echo "###########################################"
710
exec /telegraf -config config.toml

0 commit comments

Comments
 (0)