mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
shfmt
This commit is contained in:
parent
697e694de6
commit
3975792bf1
@ -69,7 +69,6 @@ dns_namecheap_rm() {
|
||||
_debug sub_domain "$_sub_domain"
|
||||
|
||||
_del_namecheap_TXT "$_domain" "$_sub_domain" "$txtvalue"
|
||||
|
||||
}
|
||||
|
||||
#################### Private functions below ##################################
|
||||
@ -158,7 +157,6 @@ _namecheap_post() {
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
_namecheap_parse_host() {
|
||||
_host=$1
|
||||
_debug _host "$_host"
|
||||
@ -176,7 +174,6 @@ _namecheap_parse_host() {
|
||||
_debug hostaddress "$_hostaddress"
|
||||
_debug hostmxpref "$_hostmxpref"
|
||||
_debug hostttl "$_hostttl"
|
||||
|
||||
}
|
||||
|
||||
_namecheap_check_config() {
|
||||
|
Loading…
Reference in New Issue
Block a user