Skip to content

Commit

Permalink
Update 99-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 15, 2024
1 parent 3da97a6 commit 2967a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons_updater/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ 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
# shellcheck disable=SC2086
bashio::log.info "source : $SOURCE and LASTVERSION : $(lastversion "$UPSTREAM" $ARGUMENTS 2>&1 || true)"
fi
# shellcheck ignore=SC2086
# shellcheck disable=SC2086
if [[ "$SOURCE" == *"github"* ]] && [[ "$(lastversion "$UPSTREAM" $ARGUMENTS 2>&1 || true)" == *"No release"* ]]; then
# Is there a package
bashio::log.warning "No version found, looking if packages available"
Expand Down

0 comments on commit 2967a25

Please sign in to comment.