mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-09 08:56:28 +00:00
Use jq's -r switch instead of sed
Use jq's -r switch instead of sed to remove double-quotes.
This commit is contained in:
parent
4bcb092266
commit
f363073c84
@ -14,8 +14,8 @@ function h5ai_query {
|
|||||||
distribution=${2:-Debian_9.0}
|
distribution=${2:-Debian_9.0}
|
||||||
|
|
||||||
filename=$(curl -s -S -L -d "action=get&items%5Bhref%5D=%2Fcommunity%2F$component%3A%2F&items%5Bwhat%5D=1" -H \
|
filename=$(curl -s -S -L -d "action=get&items%5Bhref%5D=%2Fcommunity%2F$component%3A%2F&items%5Bwhat%5D=1" -H \
|
||||||
"Accept: application/json" https://download.kopano.io/community/ | jq '.items[].href' | \
|
"Accept: application/json" https://download.kopano.io/community/ | jq -r '.items[].href' | \
|
||||||
grep "$distribution-all\|$distribution-amd64" | sed 's#"##g' | sed "s#/community/$component:/##")
|
grep "$distribution-all\|$distribution-amd64" | sed "s#/community/$component:/##")
|
||||||
|
|
||||||
if [ -z "${filename// }" ]; then
|
if [ -z "${filename// }" ]; then
|
||||||
echo "unknown component"
|
echo "unknown component"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user