From f9f2c9f633ab82934d49158fef1f4f21240524dd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:02:30 +0100 Subject: [PATCH] Not used --- .templates/01-custom_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index 4a63ccefc..003671d54 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -8,6 +8,7 @@ set -e # Exit if /config is not mounted or HA not used if [ ! -d /config ] || ! bashio::supervisor.ping 2>/dev/null; then + echo "..." exit 0 fi