From e49a5b6bc231ea8ab8fc37c700c349a12bde310c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:06:13 +0100 Subject: [PATCH] undo --- misc/core.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index abcc8c2a5..6f50773b8 100644 --- a/misc/core.func +++ b/misc/core.func @@ -686,8 +686,6 @@ get_header() { local app_type=${APP_TYPE:-ct} # Default zu 'ct' falls nicht gesetzt 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")"