working commit
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user