Browse Source

fix format

neilpang 4 năm trước cách đây
mục cha
commit
f3682f0e8e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      dnsapi/dns_one.sh

+ 0 - 3
dnsapi/dns_one.sh

@@ -5,7 +5,6 @@
 #     export ONECOM_User="username"
 #     export ONECOM_Password="password"
 
-
 dns_one_add() {
   fulldomain=$1
   txtvalue=$2
@@ -24,11 +23,9 @@ dns_one_add() {
   subdomain="${_sub_domain}"
   maindomain=${_domain}
 
-
   _debug subdomain "$subdomain"
   _debug maindomain "$maindomain"
 
-
   #Check if the TXT exists
   _dns_one_getrecord "TXT" "$subdomain" "$txtvalue"
   if [ -n "$id" ]; then