Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
585c0c38
Commit
585c0c38
authored
Feb 16, 2021
by
medmunds
Browse files
Add _clearaccountconf_mutable()
parent
6ff75f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
585c0c38
...
@@ -2279,6 +2279,13 @@ _clearaccountconf() {
...
@@ -2279,6 +2279,13 @@ _clearaccountconf() {
_clear_conf "$ACCOUNT_CONF_PATH" "$1"
_clear_conf "$ACCOUNT_CONF_PATH" "$1"
}
}
#key
_clearaccountconf_mutable() {
_clearaccountconf "SAVED_$1"
#remove later
_clearaccountconf "$1"
}
#_savecaconf key value
#_savecaconf key value
_savecaconf() {
_savecaconf() {
_save_conf "$CA_CONF" "$1" "$2"
_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