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)