From c16aa917ff5e72349fe02901af47b9177a4ade7b Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 1 May 2023 17:07:15 -0700 Subject: [PATCH] Run second ZT instance as root --- .github/workflows/validate-1m-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-1m-linux.sh b/.github/workflows/validate-1m-linux.sh index 3af460687..70a912c70 100755 --- a/.github/workflows/validate-1m-linux.sh +++ b/.github/workflows/validate-1m-linux.sh @@ -103,7 +103,7 @@ $NS1 sudo valgrind --demangle=yes --exit-on-first-error=yes \ ./zerotier-one node1 -p9994 >>node_1.log 2>&1 & # Second instance, not run in memory profiler -$NS2 ./zerotier-one node2 -p9995 >>node_2.log 2>&1 & +$NS2 sudo ./zerotier-one node2 -p9995 >>node_2.log 2>&1 & ################################################################################ # Online Check #