set the correct variable names in the account.conf file

This commit is contained in:
Tom Cocca 2018-03-14 10:55:59 -04:00
parent 85c98a8528
commit d396c0ab25

View File

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