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