mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 03:32:44 +00:00
Remove unused variables
This commit is contained in:
parent
db5334cc0c
commit
63c2324480
@ -39,7 +39,6 @@ dns_pointhq_add() {
|
||||
_err "invalid domain"
|
||||
return 1
|
||||
fi
|
||||
_debug _domain_id "$_domain_id"
|
||||
_debug _sub_domain "$_sub_domain"
|
||||
_debug _domain "$_domain"
|
||||
|
||||
@ -77,7 +76,6 @@ dns_pointhq_rm() {
|
||||
_err "invalid domain"
|
||||
return 1
|
||||
fi
|
||||
_debug _domain_id "$_domain_id"
|
||||
_debug _sub_domain "$_sub_domain"
|
||||
_debug _domain "$_domain"
|
||||
|
||||
@ -111,7 +109,6 @@ dns_pointhq_rm() {
|
||||
#returns
|
||||
# _sub_domain=_acme-challenge.www
|
||||
# _domain=domain.com
|
||||
# _domain_id=sdjkglgdfewsdfg
|
||||
_get_root() {
|
||||
domain=$1
|
||||
i=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user