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:
parent
220de44ee5
commit
0ed9e8c205
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user