mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update package_check.sh
This commit is contained in:
parent
87b6641bf9
commit
2cb02ae545
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue