Browse Source

Fix file formatting

Aarup 6 years ago
parent
commit
8b6986ba18
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dnsapi/dns_unoeuro.sh

+ 1 - 2
dnsapi/dns_unoeuro.sh

@@ -61,7 +61,6 @@ dns_unoeuro_add() {
       return 1
     fi
   fi
-  _err "Add txt record error."
 }
 
 #fulldomain txtvalue
@@ -121,7 +120,7 @@ dns_unoeuro_rm() {
         return 1
       fi
       _contains "$response" "\"status\": 200"
-     done
+    done
   fi
 }