From f068d20c0301f45ca6c508808837427218ee7552 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 25 Oct 2023 03:45:00 +0300 Subject: [PATCH] update default storage location --- config/local.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/local.json b/config/local.json index 804cfb2..ed0df24 100644 --- a/config/local.json +++ b/config/local.json @@ -15,7 +15,7 @@ }, "storage": { - "directory":"~/yggtracker-wanted-torrents-receiver/storage", + "directory":"yggtracker-wanted-torrents-receiver/storage", "common":true } },