mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-19 16:15:13 +00:00
fix header
This commit is contained in:
parent
ce0cf894a3
commit
b4458463a8
@ -296,7 +296,7 @@ get_header() {
|
||||
|
||||
# Check if local file already present
|
||||
if [ ! -s "$local_header_path" ]; then
|
||||
curl -fsSL "$header_url" -o "$local_header_path"
|
||||
curl -fsSL "$local_header_path" "$header_url"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "${WARN}${BOLD}${YLW}Failed to download header for ${app_name}. No header will be displayed.${CL}"
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user