This commit is contained in:
Alexandre
2025-02-11 19:02:30 +01:00
committed by GitHub
parent 8598d81fb0
commit f9f2c9f633

View File

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