mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Fix bad merge
This commit is contained in:
parent
6425f974fa
commit
81b13772b9
1 changed files with 0 additions and 6 deletions
6
.github/workflows/validate-1m-linux.sh
vendored
6
.github/workflows/validate-1m-linux.sh
vendored
|
@ -119,10 +119,7 @@ time_zt_node2_start=`date +%s`
|
||||||
|
|
||||||
for ((s=0; s<=MAX_WAIT_SECS; s++))
|
for ((s=0; s<=MAX_WAIT_SECS; s++))
|
||||||
do
|
do
|
||||||
<<<<<<< HEAD
|
|
||||||
echo "Checking for online status: $s"
|
echo "Checking for online status: $s"
|
||||||
=======
|
|
||||||
>>>>>>> dev
|
|
||||||
node1_online="$($ZT1 -j info | jq '.online' 2>/dev/null)"
|
node1_online="$($ZT1 -j info | jq '.online' 2>/dev/null)"
|
||||||
node2_online="$($ZT2 -j info | jq '.online' 2>/dev/null)"
|
node2_online="$($ZT2 -j info | jq '.online' 2>/dev/null)"
|
||||||
if [[ "$node1_online" == "true" ]]
|
if [[ "$node1_online" == "true" ]]
|
||||||
|
@ -144,11 +141,8 @@ done
|
||||||
if [[ "$both_instances_online" != "true" ]]
|
if [[ "$both_instances_online" != "true" ]]
|
||||||
then
|
then
|
||||||
echo "One or more instances of ZeroTier failed to come online. Aborting test." >&2
|
echo "One or more instances of ZeroTier failed to come online. Aborting test." >&2
|
||||||
<<<<<<< HEAD
|
|
||||||
$ZT1 -j info
|
$ZT1 -j info
|
||||||
$ZT2 -j info
|
$ZT2 -j info
|
||||||
=======
|
|
||||||
>>>>>>> dev
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue