mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Niveau 4 optionnel
Si le niveau 4 est à 0, il est ignoré (par exemple si l'app ne permet pas LDPA/SSO). Ainsi, le niveau 4 reste à 0 mais cela n'empêche pas l'app d'obtenir un niveau plus élevé.
This commit is contained in:
parent
52969ffff6
commit
28c1b6efb2
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ APP_LEVEL () {
|
|||
# Calcule le niveau final
|
||||
for i in {1..10}; do
|
||||
if [ "${level[i]}" -ge 1 ]; then level=$i
|
||||
else break; fi
|
||||
elif [ $i -ne 4 ]; then break; fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue