fix
All checks were successful
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-15 14:53:13 -05:00
parent bbd0445a44
commit 5583d3f493

View File

@@ -279,6 +279,8 @@ ui_server::~ui_server() {
}
void ui_server::auto_start_mounts() {
REPERTORY_USES_FUNCTION_NAME();
std::thread([this]() {
for (const auto &[prov, names] : config_->get_auto_start_list()) {
for (const auto &name : names) {