From fbbc94757c8c5d6b4d0cde39d498a918234a87c8 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:57:52 +0100 Subject: [PATCH] Output header URL and parameters for debugging Add echo statement to output header URL and parameters --- misc/core.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/core.func b/misc/core.func index 97ccf1fa3..abcc8c2a5 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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