Update 99-run.sh

This commit is contained in:
Alexandre
2024-01-12 23:22:03 +01:00
committed by GitHub
parent 181fb2d6eb
commit 6120cde14a

View File

@@ -229,7 +229,7 @@ for f in */; do
fi
else
# Continue to next
echo "No packages found"
bashio::log.warning "No packages found"
set_continue=true
fi
else
@@ -237,9 +237,7 @@ for f in */; do
set_continue=true
fi
}
#Execute version search
LASTVERSION=""
# shellcheck disable=SC2086
LASTVERSION="$(lastversion "$UPSTREAM" $ARGUMENTS || test_packages)"