Browse Source

shfmt

pull/1831/head
LLeny 6 years ago
parent
commit
3975792bf1
  1. 3
      dnsapi/dns_namecheap.sh

3
dnsapi/dns_namecheap.sh

@ -69,7 +69,6 @@ dns_namecheap_rm() {
_debug sub_domain "$_sub_domain" _debug sub_domain "$_sub_domain"
_del_namecheap_TXT "$_domain" "$_sub_domain" "$txtvalue" _del_namecheap_TXT "$_domain" "$_sub_domain" "$txtvalue"
} }
#################### Private functions below ################################## #################### Private functions below ##################################
@ -158,7 +157,6 @@ _namecheap_post() {
return 0 return 0
} }
_namecheap_parse_host() { _namecheap_parse_host() {
_host=$1 _host=$1
_debug _host "$_host" _debug _host "$_host"
@ -176,7 +174,6 @@ _namecheap_parse_host() {
_debug hostaddress "$_hostaddress" _debug hostaddress "$_hostaddress"
_debug hostmxpref "$_hostmxpref" _debug hostmxpref "$_hostmxpref"
_debug hostttl "$_hostttl" _debug hostttl "$_hostttl"
} }
_namecheap_check_config() { _namecheap_check_config() {

Loading…
Cancel
Save