peterkelm vor 6 Jahren
Ursprung
Commit
bec26ce754
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dnsapi/dns_variomedia.sh

+ 1 - 1
dnsapi/dns_variomedia.sh

@@ -69,7 +69,7 @@ dns_variomedia_rm() {
     return 1
     return 1
   fi
   fi
 
 
-  _record_id="$(echo $response | cut -d '[' -f2 | cut -d']' -f1 | sed 's/},[ \t]*{/\},§\{/g' | tr § '\n' | grep "$_sub_domain" | grep "$txtvalue" | sed 's/^{//;s/}[,]?$//' | tr , '\n' | tr -d '\"' | grep ^id | cut -d : -f2 | tr -d ' ')"
+  _record_id="$(echo "$response" | cut -d '[' -f2 | cut -d']' -f1 | sed 's/},[ \t]*{/\},§\{/g' | tr § '\n' | grep "$_sub_domain" | grep "$txtvalue" | sed 's/^{//;s/}[,]?$//' | tr , '\n' | tr -d '\"' | grep ^id | cut -d : -f2 | tr -d ' ')"
   _debug _record_id "$_record_id"
   _debug _record_id "$_record_id"
   if [ "$_record_id" ]; then
   if [ "$_record_id" ]; then
     _info "Successfully retrieved the record id for ACME challenge."
     _info "Successfully retrieved the record id for ACME challenge."