Output header URL and parameters for debugging

Add echo statement to output header URL and parameters
This commit is contained in:
Tobias 2025-11-21 10:57:52 +01:00 committed by GitHub
parent bad4510069
commit fbbc94757c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -687,6 +687,8 @@ get_header() {
local header_url="https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/${app_type}/headers/${app_name}"
local local_header_path="/usr/local/community-scripts/headers/${app_type}/${app_name}"
echo $header_url $app_name $app_type
mkdir -p "$(dirname "$local_header_path")"
if [ ! -s "$local_header_path" ]; then