Skip to content

Commit

Permalink
chore: change test.sh do not use ssl
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Apr 26, 2024
1 parent eb6394c commit 69fbd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ gen_mac() {

while [ $i -ne $cnt ]
do
rtty -I "$(gen_mac)" -d "$(date +%s%N | md5sum | head -c 20)" -h $host -p $port -s &
rtty -I "$(gen_mac)" -d "$(date +%s%N | md5sum | head -c 20)" -h $host -p $port &
i=$((i+1))
done

0 comments on commit 69fbd88

Please sign in to comment.