mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 05:26:54 +02:00
fix executable call
This commit is contained in:
parent
a7ef874929
commit
56548b5bb2
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="sudo ./zerotier-cli -p9999 -D$(pwd)/exit_test"
|
||||
ZT1="sudo ./zerotier-one -p9999 $(pwd)/exit_test"
|
||||
echo "asdfasdfasdfasdf" > $(pwd)/exit_test/identity.secret
|
||||
echo "asdfasdfasdfasdf" > $(pwd)/exit_test/authtoken.secret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue