Add _clearaccountconf_mutable()

This commit is contained in:
medmunds 2021-02-16 09:33:39 -08:00
parent 6ff75f9a9f
commit 585c0c3818
1 changed files with 7 additions and 0 deletions

View File

@ -2279,6 +2279,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"