From 7a72469a5f37f94709ba0dc579029012aabf5b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Sat, 18 Jun 2022 20:44:37 +0200 Subject: [PATCH] fix --- telegraf/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf/entrypoint.sh b/telegraf/entrypoint.sh index bce1d90..824b8f0 100755 --- a/telegraf/entrypoint.sh +++ b/telegraf/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -. /settings.sh +bashio /settings.sh if [ "${1:0:1}" = '-' ]; then set -- telegraf "$@"