Browse Source

Merge 1f4017f07e into 8c384a92bf

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

5
acme.sh

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

Loading…
Cancel
Save