From 3c6ab8c4b8696476209dcc6708494bb4ddaf418c Mon Sep 17 00:00:00 2001 From: Scott Yeager Date: Thu, 19 Jun 2025 22:48:19 -0700 Subject: [PATCH] Create needed dirs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f360b3d..42b7381 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ build: deps go build -o $(PLUGIN_NAME) . install: build + sudo mkdir -p $(CNI_PLUGINS_DIR) $(CNI_CONFIG_DIR) sudo cp $(PLUGIN_NAME) $(CNI_PLUGINS_DIR)/ sudo cp 10-mycelium.conflist $(CNI_CONFIG_DIR)/