Browse Source

Format

Format
pull/4414/head
beartom 2 years ago
committed by GitHub
parent
commit
bd2d0e6ad3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/truenas.sh

2
deploy/truenas.sh

@ -185,7 +185,7 @@ truenas_deploy() {
fi
_info "Checking if any chart release Apps is using the same certificate as TrueNAS web UI. Tool 'jq' is required"
_info "Checking if any chart release Apps is using the same certificate as TrueNAS web UI. Tool 'jq' is required"
if _exists jq; then
_info "Query all chart release"
_release_list=$(_get "$_api_url/chart/release")

Loading…
Cancel
Save