mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Run second ZT instance as root
This commit is contained in:
parent
6739d105aa
commit
c16aa917ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate-1m-linux.sh
vendored
2
.github/workflows/validate-1m-linux.sh
vendored
|
@ -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 #
|
||||
|
|
Loading…
Add table
Reference in a new issue