mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	fix: Curl error on Chinese mirror (#707)
This commit is contained in:
		
							parent
							
								
									39c019193e
								
							
						
					
					
						commit
						2e4eb56d0b
					
				@ -130,7 +130,7 @@ if [ ! -s "$RDC" ]; then
 | 
				
			|||||||
  fKill "progress.sh"
 | 
					  fKill "progress.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (( rc != 0 )); then
 | 
					  if (( rc != 0 )); then
 | 
				
			||||||
    if (( rc != 22 )) && (( rc != 56 ));
 | 
					    if (( rc != 22 )) && (( rc != 56 )); then
 | 
				
			||||||
      error "Failed to download $LOC, reason: $rc" && exit 60
 | 
					      error "Failed to download $LOC, reason: $rc" && exit 60
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    SUM="skip"
 | 
					    SUM="skip"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user