Unverified Commit 22f8ab11 authored by ThiloGa's avatar ThiloGa Committed by GitHub
Browse files

typo fixing

parent 45e60006
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# #
# Environment variables: # Environment variables:
# #
# - $DF_user (your dyndnsfree.de API username) # - $DF_user (your dyndnsfree.de username)
# - $DF_password (your dyndnsfree.de API password) # - $DF_password (your dyndnsfree.de password)
# #
# Author: Thilo Gass <thilo.gass@gmail.com> # Author: Thilo Gass <thilo.gass@gmail.com>
# Git repo: https://github.com/ThiloGa/acme.sh # Git repo: https://github.com/ThiloGa/acme.sh
...@@ -30,7 +30,7 @@ dns_df_add() { ...@@ -30,7 +30,7 @@ dns_df_add() {
return 1 return 1
fi fi
#save the api user and sha256 password to the account conf file. #save the api user and sha256 password to the account conf file.
_debug "Save user and hash" _debug "Save user and password"
_saveaccountconf_mutable DF_user "$DF_user" _saveaccountconf_mutable DF_user "$DF_user"
_saveaccountconf_mutable DF_password "$DF_password" _saveaccountconf_mutable DF_password "$DF_password"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment