mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	fix header
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user