fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user