Browse Source

set the correct variable names in the account.conf file

pull/1297/head
Tom Cocca 8 years ago
parent
commit
d396c0ab25
  1. 4
      dnsapi/dns_rackspace.sh

4
dnsapi/dns_rackspace.sh

@ -27,8 +27,8 @@ dns_rackspace_add() {
fi
#save the username and api key to the account conf file.
_saveaccountconf_mutable CF_Key "$RACKSPACE_Username"
_saveaccountconf_mutable CF_Email "$RACKSPACE_Apikey"
_saveaccountconf_mutable RACKSPACE_Username "$RACKSPACE_Username"
_saveaccountconf_mutable RACKSPACE_Apikey "$RACKSPACE_Apikey"
if [ -z "$RACKSPACE_Token" ]; then
_info "Getting authorization token."

Loading…
Cancel
Save