From 8598d81fb08ea362f282c3a5ad6e08ad3d93bb35 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:02:01 +0100 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 742234da0..79cce2952 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -9,6 +9,7 @@ set -e # Disable if config not present if [ ! -d /config ] || ! bashio::supervisor.ping 2>/dev/null; then + echo "..." exit 0 fi