mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-21 20:51:41 +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"
|
_err "Error while getting records list"
|
||||||
return 1
|
return 1
|
||||||
else
|
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
|
if [ -z "$_record_id" ]; then
|
||||||
_err "Cannot determine _record_id"
|
_err "Cannot determine _record_id"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user