bump to next test version
This commit is contained in:
@@ -15,12 +15,8 @@ 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"
|
||||
bashio::log "run.sh: info: check for slug"
|
||||
SLUG=$(bashio::addon.repository)
|
||||
if [ -z "$SLUG" ]; then
|
||||
bashio::log.yellow "run.sh: info1: found addon slug: $SLUG"
|
||||
fi
|
||||
bashio::log.yellow "run.sh: info2: found addon slug: $SLUG"
|
||||
else
|
||||
|
||||
|
||||
@@ -28,6 +24,13 @@ else
|
||||
bashio::log.red "run.sh: error: Home Assistant Supervisor API not available!"
|
||||
fi
|
||||
|
||||
if [ -z "$SLUG" ]; then
|
||||
bashio::log.yellow "run.sh: info: addon slug not found"
|
||||
else
|
||||
bashio::log.green "run.sh: info: found addon slug: $SLUG"
|
||||
export SLUG
|
||||
fi
|
||||
|
||||
# if a MQTT was/not found, drop a note
|
||||
if [ -z "$MQTT_HOST" ]; then
|
||||
bashio::log.yellow "run.sh: info: MQTT config not found"
|
||||
|
||||
Reference in New Issue
Block a user