From 9e65be902410d7a7d82d76d2ef63187779596bcb Mon Sep 17 00:00:00 2001 From: Mikan <72257910+Mikan-DS@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:34:52 +0300 Subject: [PATCH] fix --- scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.py b/scripts/common.py index ef1fa2e..8625f95 100644 --- a/scripts/common.py +++ b/scripts/common.py @@ -103,7 +103,7 @@ def setup_project(): generate_dnsmasq_config() # Переходим в директорию проекта - project_path = Path.home() / "projects" / "docker" / "network" + project_path = Path.home() / "projects" / "docker" / "local-dns" if not project_path.exists(): print(f"Директория проекта не найдена: {project_path}") sys.exit(1)