mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
needs a sudo
This commit is contained in:
parent
307281535b
commit
a7ef874929
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
|
@ -440,7 +440,7 @@ spam_cli() {
|
|||
check_exit_on_invalid_identity() {
|
||||
echo "Checking ZeroTier exits on invalid identity..."
|
||||
mkdir -p $(pwd)/exit_test
|
||||
ZT1="./zerotier-cli -p9999 -D$(pwd)/exit_test"
|
||||
ZT1="sudo ./zerotier-cli -p9999 -D$(pwd)/exit_test"
|
||||
echo "asdfasdfasdfasdf" > $(pwd)/exit_test/identity.secret
|
||||
echo "asdfasdfasdfasdf" > $(pwd)/exit_test/authtoken.secret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue