mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-06 05:34:14 +00:00
Remove dead code
This commit is contained in:
parent
00dac9b87f
commit
16d1bf8392
@ -101,10 +101,6 @@ _dns_gcloud_authenticate() {
|
|||||||
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID"
|
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID"
|
||||||
}
|
}
|
||||||
|
|
||||||
_dns_gcloud_authenticate() {
|
|
||||||
account=$(gcloud auth list --filter "status:ACTIVE" --format "value(account)")
|
|
||||||
}
|
|
||||||
|
|
||||||
_dns_gcloud_start_tr() {
|
_dns_gcloud_start_tr() {
|
||||||
if ! trd=$(mktemp -d); then
|
if ! trd=$(mktemp -d); then
|
||||||
_err "_dns_gcloud_start_tr: failed to create temporary directory"
|
_err "_dns_gcloud_start_tr: failed to create temporary directory"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user