Browse Source

Even more formatting (redux)

pull/655/head
Jason 9 years ago
committed by GitHub
parent
commit
d2bf6c53ed
  1. 2
      dns_infoblox.sh

2
dns_infoblox.sh

@ -23,7 +23,7 @@ dns_infoblox_add() {
## Save the credentials to the account file
_saveaccountconf Infoblox_Creds "$Infoblox_Creds"
_saveaccountconf Infoblox_Server "$Infoblox_Server"
## Base64 encode the credentials
Infoblox_CredsEncoded=$(echo -n "$Infoblox_Creds" | base64)

Loading…
Cancel
Save