Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d1cdc1c6
Commit
d1cdc1c6
authored
Feb 16, 2021
by
medmunds
Committed by
Alexander Kulumbeg
Mar 21, 2021
Browse files
Add _clearaccountconf_mutable()
parent
dc8d91ea
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
d1cdc1c6
...
...
@@ -2283,6 +2283,13 @@ _clearaccountconf() {
_clear_conf
"
$ACCOUNT_CONF_PATH
"
"
$1
"
}
#key
_clearaccountconf_mutable
()
{
_clearaccountconf
"SAVED_
$1
"
#remove later
_clearaccountconf
"
$1
"
}
#_savecaconf key value
_savecaconf
()
{
_save_conf
"
$CA_CONF
"
"
$1
"
"
$2
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment