S. G.
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
acme.sh
|
@ -2449,6 +2449,11 @@ _savedeployconf() { |
|
|
_cleardomainconf "$1" |
|
|
_cleardomainconf "$1" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#_cleardeployconf key |
|
|
|
|
|
_cleardeployconf() { |
|
|
|
|
|
_cleardomainconf "SAVED_$1" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#key |
|
|
#key |
|
|
_getdeployconf() { |
|
|
_getdeployconf() { |
|
|
_rac_key="$1" |
|
|
_rac_key="$1" |
|
|