mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
remove _all_ mktemp
This commit is contained in:
parent
cdec38ba12
commit
e55605dbe9
@ -27,7 +27,6 @@ dns_do_add() {
|
|||||||
#fulldomain
|
#fulldomain
|
||||||
dns_do_rm() {
|
dns_do_rm() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
_cookiejar="$(_mktemp)"
|
|
||||||
if _dns_do_authenticate; then
|
if _dns_do_authenticate; then
|
||||||
if _dns_do_list_rrs; then
|
if _dns_do_list_rrs; then
|
||||||
_dns_do_had_error=0
|
_dns_do_had_error=0
|
||||||
|
Loading…
Reference in New Issue
Block a user