Browse Source

Save configuration using correct variable names

pull/3532/head
Alex Cazacu 4 years ago
parent
commit
86453f5c71
No known key found for this signature in database GPG Key ID: ACFF0A10AFC48850
  1. 4
      dnsapi/dns_gcloud.sh

4
dnsapi/dns_gcloud.sh

@ -97,8 +97,8 @@ _dns_gcloud_authenticate() {
_info "_dns_gcloud_authenticate: configured gcloud project"
_saveaccountconf_mutable CF_Token "$CF_Token"
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID"
_saveaccountconf_mutable GCLOUD_Service_Account_Key "$GCLOUD_Service_Account_Key"
_saveaccountconf_mutable GCLOUD_Project_ID "$GCLOUD_Project_ID"
}
_dns_gcloud_start_tr() {

Loading…
Cancel
Save