mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 17:45:54 +00:00
test
This commit is contained in:
@@ -854,7 +854,7 @@ function fetch_and_deploy_gh_release() {
|
||||
local assets asset_url=""
|
||||
assets=$(echo "$json" | jq -r '.assets[].browser_download_url')
|
||||
for u in $assets; do
|
||||
if [[ "$u" =~ $pattern || "$u" == *"$pattern" ]]; then
|
||||
if [[ "$u" == *"$pattern"* ]]; then
|
||||
asset_url="$u"
|
||||
break
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user