diff --git a/initial.sh b/initial.sh index 4e5d5ed..00a519c 100644 --- a/initial.sh +++ b/initial.sh @@ -73,9 +73,9 @@ echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/e # ./geekbench5 > result_geekbench5.txt docker run -d -e MODE=standalone -p 88:80 -it --name speedtest adolfintel/speedtest:latest -echo "`ip a | grep brd | grep inet | head -n 1 | awk '{print$2}' | sed 's/\/.*//g'`:88" bash <(wget -qO- https://raw.githubusercontent.com/i-abc/GB5/main/gb5-test.sh) +echo "`ip a | grep brd | grep inet | head -n 1 | awk '{print$2}' | sed 's/\/.*//g'`:88" echo "step 4: test has finished" \ No newline at end of file