Uhoh this is in package_path

This commit is contained in:
Alexandre Aubin 2020-12-18 23:43:26 +01:00
parent c3dc035f23
commit 33cc6cb230

View file

@ -34,7 +34,7 @@ _INSTALL_APP () {
# (Legacy stuff ... We don't override is_public if its type is not boolean) # (Legacy stuff ... We don't override is_public if its type is not boolean)
[[ "$key" == "is_public" ]] \ [[ "$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 && continue
install_args=$(echo $install_args | sed "s@$key=[^&]*\&@$key=$value\&@") install_args=$(echo $install_args | sed "s@$key=[^&]*\&@$key=$value\&@")