mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	Missing quotes
This commit is contained in:
		
							parent
							
								
									ff74778dea
								
							
						
					
					
						commit
						1546b7e5a9
					
				@ -126,7 +126,7 @@ _find_zone() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  body="email=${HE_Username}&pass=${HE_Password}"
 | 
					  body="email=${HE_Username}&pass=${HE_Password}"
 | 
				
			||||||
  # TODO arrays aren't supported in POSIX sh
 | 
					  # TODO arrays aren't supported in POSIX sh
 | 
				
			||||||
  _all_zones=($(_post $body "https://dns.he.net/" \
 | 
					  _all_zones=($(_post "$body" "https://dns.he.net/" \
 | 
				
			||||||
    | _egrep_o "delete_dom.*name=\"[^\"]+\" value=\"[0-9]+" \
 | 
					    | _egrep_o "delete_dom.*name=\"[^\"]+\" value=\"[0-9]+" \
 | 
				
			||||||
    | cut -d '"' -f 3,5 --output-delimiter=":"
 | 
					    | cut -d '"' -f 3,5 --output-delimiter=":"
 | 
				
			||||||
  ))
 | 
					  ))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user