Skip to content

Commit

Permalink
fix: missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatorHRS committed Nov 20, 2024
1 parent 276e089 commit 54ac004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_fornex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 54ac004

Please sign in to comment.