Update build.func (#1851)
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions

This commit is contained in:
Michel Roegl-Brunner 2025-01-29 20:00:02 +01:00 committed by GitHub
parent 1093fef23c
commit 8c4e97d6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -792,7 +792,7 @@ advanced_settings() {
} }
post_to_api() { post_to_api() {
local API_URL="https://api.community-scripts.org/upload" local API_URL="http://api.community-scripts.org/upload"
local pve_version="not found" local pve_version="not found"
pve_version=$(pveversion | awk -F'[/ ]' '{print $2}') pve_version=$(pveversion | awk -F'[/ ]' '{print $2}')