This commit is contained in:
Your Name
2025-04-28 21:12:02 +12:00
parent 1d6986cda0
commit 76efe77e85
10 changed files with 140 additions and 141 deletions

View File

@ -28,7 +28,7 @@ XXH64_hash_t service_versions::calculate_version_local_service_template()
XXH64_hash_t service_versions::calculate_version_local_config()
{
std::string config_path = get_local_service_path(m_server_name, m_service_name);
std::string config_path = localpath::service(m_server_name, m_service_name);
if (config_path.empty() || !fs::exists(config_path)) {
return 0;
}