mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	Merge pull request #1445 from martgras/patch-2
dns_he - proposed fix for #1438
This commit is contained in:
		
						commit
						09576f2f4f
					
				| @ -143,7 +143,7 @@ _find_zone() { | ||||
| 
 | ||||
|     _debug "Looking for zone \"${_attempted_zone}\"" | ||||
| 
 | ||||
|     line_num="$(echo "$_zone_names" | grep -n "$_attempted_zone" | cut -d : -f 1)" | ||||
|     line_num="$(echo "$_zone_names" | grep -n "^$_attempted_zone" | cut -d : -f 1)" | ||||
| 
 | ||||
|     if [ "$line_num" ]; then | ||||
|       _zone_id=$(echo "$_zone_ids" | sed -n "${line_num}p") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user