bump to next test version

This commit is contained in:
Stefan Allius
2025-06-21 12:54:06 +02:00
parent cf803bdba0
commit 2151340c94
2 changed files with 4 additions and 2 deletions

View File

@@ -15,10 +15,12 @@ if bashio::supervisor.ping; then
else
bashio::log.yellow "run.sh: info: Home Assistant MQTT service not available!"
fi
bashio::log.yellow "run.sh: info: check for slug"
SLUG=$(bashio::addon.repository)
if [ -z "$SLUG" ]; then
bashio::log.yellow "run.sh: info: found addon slug: $SLUG"
bashio::log.yellow "run.sh: info1: found addon slug: $SLUG"
fi
bashio::log.yellow "run.sh: info2: found addon slug: $SLUG"
else