Run second ZT instance as root

This commit is contained in:
Joseph Henry 2023-05-01 17:07:15 -07:00
parent 6739d105aa
commit c16aa917ff
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344

View file

@ -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 #