mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -203,6 +203,7 @@ for f in */; do
|
||||
# If failure, checks if there is packages that could be used
|
||||
function test_packages () {
|
||||
if [ "$VERBOSE" = true ]; then
|
||||
# shellcheck ignore=SC2086
|
||||
bashio::log.info "source : $SOURCE and LASTVERSION : $(lastversion "$UPSTREAM" $ARGUMENTS 2>&1 || true)"
|
||||
fi
|
||||
if [[ "$SOURCE" == *"github"* ]] && [[ "$(lastversion "$UPSTREAM" $ARGUMENTS 2>&1 || true)" == *"No release"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user