Browse Source

fix: missing quotes

mikhailkhr 11 months ago
parent
commit
54ac0048c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_fornex.sh

+ 1 - 1
dnsapi/dns_fornex.sh

@@ -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