From 10efcbd829afb4031a2e8aebcce6be594b2ebc5a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:06:03 +0100 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index fdb477390..a694929e9 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -7,6 +7,10 @@ set -e # INITIALIZATION # ################## +if ! bashio::supervisor.ping 2>/dev/null; then + exit 0 +fi + # Exit if /config is not mounted if [ ! -d /config ]; then exit 0