working commit

This commit is contained in:
Олег Бородин
2026-05-20 17:15:26 +02:00
parent 0d37d45543
commit 3f261b0922
5 changed files with 40 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
std::expected<void, std::string> Run() {
ServConfig config;
std::string confdir(SRV_CONFDIR);
std::string confdir(SRV_CONFDIR);
auto readRes = config.Read(confdir + "/" + "helmetsrv.conf");
if (!readRes) {
return std::unexpected("Read config error: " + readRes.error());