Update package_check.sh

This commit is contained in:
Kayou 2020-12-02 11:39:10 +01:00 committed by GitHub
parent 87b6641bf9
commit 2cb02ae545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -767,7 +767,7 @@ TEST_RESULTS () {
# Get the last version of the app list
list_url="https://raw.githubusercontent.com/YunoHost/apps/master/apps.json"
if curl $list_url | jq ".$app_name.high_quality" | grep -q "true"
if curl --silent $list_url | jq ".[\"$app_name\"].high_quality" | grep -q "true"
then
level[9]=2
fi