Browse Source

Merge 1f4017f07e into eb00852a71

pull/4722/merge
S. G. 6 days ago
committed by GitHub
parent
commit
c1bc10cf8b
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