Merge branch 'cleanup-3' of github.com:YunoHost/package_check into cleanup-3

This commit is contained in:
Kay0u 2020-12-18 23:48:40 +01:00
commit d24f39cfff
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -34,7 +34,7 @@ _INSTALL_APP () {
# (Legacy stuff ... We don't override is_public if its type is not boolean)
[[ "$key" == "is_public" ]] \
&& [[ "$(jq -r '.arguments.install[] | select(.name=="is_public") | .type' manifest.json)" != "boolean" ]] \
&& [[ "$(jq -r '.arguments.install[] | select(.name=="is_public") | .type' $package_path/manifest.json)" != "boolean" ]] \
&& continue
install_args=$(echo $install_args | sed "s@$key=[^&]*\&@$key=$value\&@")