mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-28 22:45:02 +00:00
fix: missing quotes
This commit is contained in:
parent
276e089419
commit
54ac0048c4
@ -66,7 +66,7 @@ dns_fornex_rm() {
|
||||
_record_id="$(echo "$response" | _egrep_o "\{[^\{]*\"value\"*:*\"$txtvalue\"[^\}]*\}" | sed -n -e 's#.*"id":\([0-9]*\).*#\1#p')"
|
||||
_debug "_record_id" "$_record_id"
|
||||
if [ -z "$_record_id" ]; then
|
||||
_err "can not find _record_id
|
||||
_err "can not find _record_id"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user