From f30db744b890b925fa4cbd2af837d3aee7cd7fdc Mon Sep 17 00:00:00 2001 From: ain ghazal Date: Mon, 29 Jan 2024 18:10:46 +0100 Subject: [PATCH] revert Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 74094e95..eaad788c 100644 --- a/Makefile +++ b/Makefile @@ -27,9 +27,6 @@ build-ndt7: bootstrap: @./scripts/bootstrap-provider ${PROVIDER} -handshake_log: - @sudo ./minivpn2 data/${PROVIDER}/config 2>&1 | grep --text --color=auto -E "@|P_\w+" - test: GOFLAGS='-count=1' go test -v ./...