mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Uhoh this is in package_path
This commit is contained in:
parent
c3dc035f23
commit
33cc6cb230
1 changed files with 1 additions and 1 deletions
|
@ -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\&@")
|
||||
|
|
Loading…
Add table
Reference in a new issue