Output header URL and parameters for debugging
Add echo statement to output header URL and parameters
This commit is contained in:
parent
bad4510069
commit
fbbc94757c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user