Update 99-run.sh

This commit is contained in:
Alexandre
2024-01-15 11:59:39 +01:00
committed by GitHub
parent 987c93f656
commit c620a75251

View File

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