mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	Try again
This commit is contained in:
		
							parent
							
								
									1f635b90e7
								
							
						
					
					
						commit
						3f1e6c128f
					
				| @ -67,7 +67,7 @@ dns_unoeuro_add() { | |||||||
|   else |   else | ||||||
|     _info "Updating record" |     _info "Updating record" | ||||||
|     record_line_number=$(echo "$response" | grep -n "$_sub_domain" | cut -d : -f 1) |     record_line_number=$(echo "$response" | grep -n "$_sub_domain" | cut -d : -f 1) | ||||||
|     record_line_number=$(($record_line_number - 1)) |     record_line_number=$((record_line_number - 1)) | ||||||
|     record_id=$(echo "$response" | _head_n "$record_line_number" | _tail_n 1 1 | _egrep_o "[0-9]{1,}") |     record_id=$(echo "$response" | _head_n "$record_line_number" | _tail_n 1 1 | _egrep_o "[0-9]{1,}") | ||||||
|     _debug "record_id" "$record_id" |     _debug "record_id" "$record_id" | ||||||
| 
 | 
 | ||||||
| @ -123,7 +123,7 @@ dns_unoeuro_rm() { | |||||||
|     _info "Don't need to remove." |     _info "Don't need to remove." | ||||||
|   else |   else | ||||||
|     record_line_number=$(echo "$response" | grep -n "$_sub_domain" | cut -d : -f 1) |     record_line_number=$(echo "$response" | grep -n "$_sub_domain" | cut -d : -f 1) | ||||||
|     record_line_number=$(($record_line_number - 1)) |     record_line_number=$((record_line_number - 1)) | ||||||
|     record_id=$(echo "$response" | _head_n "$record_line_number" | _tail_n 1 1 | _egrep_o "[0-9]{1,}") |     record_id=$(echo "$response" | _head_n "$record_line_number" | _tail_n 1 1 | _egrep_o "[0-9]{1,}") | ||||||
|     _debug "record_id" "$record_id" |     _debug "record_id" "$record_id" | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user