mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
typo fixing
This commit is contained in:
@@ -29,7 +29,7 @@ dns_df_add() {
|
|||||||
_err "No auth details provided. Please set user credentials using the \$DF_user and \$DF_password environment variables."
|
_err "No auth details provided. Please set user credentials using the \$DF_user and \$DF_password environment variables."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
#save the api user and sha256 password to the account conf file.
|
#save the api user and password to the account conf file.
|
||||||
_debug "Save user and password"
|
_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"
|
||||||
|
|||||||
Reference in New Issue
Block a user