Browse Source

Merge 1f4017f07e into 40b6db6a27

pull/4722/merge
S. G. 3 weeks ago
committed by GitHub
parent
commit
a13b80200c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      acme.sh

5
acme.sh

@ -2449,6 +2449,11 @@ _savedeployconf() {
_cleardomainconf "$1"
}
#_cleardeployconf key
_cleardeployconf() {
_cleardomainconf "SAVED_$1"
}
#key
_getdeployconf() {
_rac_key="$1"

Loading…
Cancel
Save