Browse Source

Merge 1f4017f07e into 3d8b682380

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