don't save on exit

This commit is contained in:
Scott E. Graves 2025-02-19 13:29:19 -06:00
parent 25a2f05b21
commit cfe240397f

View File

@ -179,8 +179,6 @@ auto run_cmd(const app_config &cfg, std::string_view cfg_file) -> int {
state_db.close();
}
cfg.save(cfg_file);
} catch (const std::exception &ex) {
utils::error::handle_exception(function_name, ex);
ret = 2;