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")"