mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 09:57:14 +00:00 
			
		
		
		
	head => _head_n
This commit is contained in:
		
							parent
							
								
									fde971fe81
								
							
						
					
					
						commit
						b14ef537e1
					
				| @ -73,7 +73,7 @@ dns_zilore_rm() { | ||||
|     _err "Error while getting records list" | ||||
|     return 1 | ||||
|   else | ||||
|     _record_id=$(printf "%s\n" "$response" | _egrep_o "\"record_id\":\"[^\"]+\"" | cut -d : -f 2 | tr -d \" | head -n 1) | ||||
|     _record_id=$(printf "%s\n" "$response" | _egrep_o "\"record_id\":\"[^\"]+\"" | cut -d : -f 2 | tr -d \" | _head_n 1) | ||||
|     if [ -z "$_record_id" ]; then | ||||
|       _err "Cannot determine _record_id" | ||||
|       return 1 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user