mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	
							parent
							
								
									5c5705789e
								
							
						
					
					
						commit
						4fa08fc78c
					
				@ -69,7 +69,7 @@ existing_records() {
 | 
				
			|||||||
    return 1
 | 
					    return 1
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
  count=0
 | 
					  count=0
 | 
				
			||||||
  seg=$(printf "$response" | grep -o "{[^{]*host\":\"$_sub_domain[^}]*}")
 | 
					  seg=$(printf "$response" | grep -o "{[^{]*host\":\"$_sub_domain\"[^}]*}")
 | 
				
			||||||
  _debug seg "$seg"
 | 
					  _debug seg "$seg"
 | 
				
			||||||
  if [ -z "$seg" ] ; then
 | 
					  if [ -z "$seg" ] ; then
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user