don't save on exit

This commit is contained in:
2025-02-19 13:29:19 -06:00
parent 7d3a90aa2f
commit 89bfe139a4

View File

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