瀏覽代碼

fix https://github.com/acmesh-official/acme.sh/issues/4231

neilpang 3 年之前
父節點
當前提交
044a9bb6d3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dnsapi/dns_ovh.sh

+ 2 - 2
dnsapi/dns_ovh.sh

@@ -118,7 +118,7 @@ _initAuth() {
     #return and wait for retry.
     return 1
   fi
-  _saveaccountconf OVH_CK "$OVH_CK"
+  _saveaccountconf_mutable OVH_CK "$OVH_CK"
 
   _info "Checking authentication"
 
@@ -236,7 +236,7 @@ _ovh_authentication() {
   _secure_debug consumerKey "$consumerKey"
 
   OVH_CK="$consumerKey"
-
+  _saveaccountconf_mutable OVH_CK "$OVH_CK"
   _info "Please open this link to do authentication: $(__green "$validationUrl")"
 
   _info "Here is a guide for you: $(__green "$wiki")"