Skip to content

Commit

Permalink
Create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Feb 15, 2024
1 parent 93a3000 commit 047cb77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lite-server-daemon/adnl-lite-proxy.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <cstdlib>
#include "td/utils/logging.h"
#include "td/utils/port/path.h"
#include "td/actor/actor.h"
#include "td/utils/Time.h"
#include "td/utils/filesystem.h"
Expand Down Expand Up @@ -67,6 +68,8 @@ class LiteProxy : public td::actor::Actor {
dht_configR.ensure();
auto dht_config = dht_configR.move_as_ok();

td::mkdir(db_root_ + "/lite-proxy").ensure();

// Start DHT
for (auto &dht : config_.dht_ids) {
auto D =
Expand Down

0 comments on commit 047cb77

Please sign in to comment.