Patch http Url in build.func and /data/page.tsx (#1849)

This commit is contained in:
Michel Roegl-Brunner
2025-01-29 19:37:45 +01:00
committed by GitHub
parent ca7fb9b929
commit 6fa540f0da
2 changed files with 2 additions and 2 deletions

View File

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