Commit d1cdc1c6 authored by medmunds's avatar medmunds Committed by Alexander Kulumbeg
Browse files

Add _clearaccountconf_mutable()

parent dc8d91ea
...@@ -2283,6 +2283,13 @@ _clearaccountconf() { ...@@ -2283,6 +2283,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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment