1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 23:28:07 +00:00

Update build.func

This commit is contained in:
CanbiZ 2025-04-01 10:38:08 +02:00 committed by GitHub
parent 220de44ee5
commit 0ed9e8c205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,7 @@ get_header() {
if [ ! -s "$local_header_path" ]; then if [ ! -s "$local_header_path" ]; then
if ! curl -fsSL "$header_url" -o "$local_header_path"; then if ! curl -fsSL "$header_url" -o "$local_header_path"; then
echo -e "${WARN:-}[WARN]${BOLD:-}${YLW:-} Failed to download header for ${app_name}. No header will be displayed.${CL:-}" echo -e "Failed to download header for ${app_name}. No header will be displayed."
return 1 return 1
fi fi
fi fi