Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2025-02-11 15:06:03 +01:00
committed by GitHub
parent b1f8263698
commit 10efcbd829

View File

@@ -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