mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	add more sleep for ovh
This commit is contained in:
		
							parent
							
								
									2befb5e784
								
							
						
					
					
						commit
						a8ae23d0a2
					
				@ -149,7 +149,8 @@ dns_ovh_add() {
 | 
			
		||||
    if _contains "$response" "$txtvalue"; then
 | 
			
		||||
      _ovh_rest POST "domain/zone/$_domain/refresh"
 | 
			
		||||
      _debug "Refresh:$response"
 | 
			
		||||
      _info "Added"
 | 
			
		||||
      _info "Added, sleep 10 seconds."
 | 
			
		||||
      _sleep 10
 | 
			
		||||
      return 0
 | 
			
		||||
    fi
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user