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