mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Update 99-run.sh
This commit is contained in:
@@ -120,11 +120,11 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
#If beta flag, select beta version
|
#If beta flag, select beta version
|
||||||
if [ "${BETA}" = true ]; then
|
if [ "${BETA}" = true ]; then
|
||||||
LOGINFO="... $SLUG : beta is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
LOGINFO="... $SLUG : beta is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||||
# shellcheck disable=SC2015
|
# shellcheck disable=SC2086
|
||||||
LASTVERSION=$(lastversion --pre "https://github.com/$UPSTREAM" $ARGUMENTS) || break
|
LASTVERSION=$(lastversion --pre "https://github.com/$UPSTREAM" $ARGUMENTS) || break
|
||||||
else
|
else
|
||||||
LOGINFO="... $SLUG : beta is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
LOGINFO="... $SLUG : beta is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||||
# shellcheck disable=SC2015
|
# shellcheck disable=SC2086
|
||||||
LASTVERSION=$(lastversion "https://github.com/$UPSTREAM" $ARGUMENTS) || break
|
LASTVERSION=$(lastversion "https://github.com/$UPSTREAM" $ARGUMENTS) || break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user