Update nodeloc_vps_autotest_ip.sh

This commit is contained in:
Jensfrank 2024-06-27 02:23:11 +08:00 committed by GitHub
parent 75472bda91
commit eaa30200e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,8 +137,8 @@ show_welcome() {
} }
# 创建results.md # 创建results.md
touch /root/results.md touch /results.md
chmod 777 /root/results.md chmod 777 /results.md
# 运行测试 # 运行测试
run_all_tests() { run_all_tests() {
@ -169,7 +169,7 @@ $ip_quality_result
\`\`\` \`\`\`
[/tab] [/tab]
[/tabs]" [/tabs]"
echo "$result" > /root/results.md echo "$result" > /results.md
echo -e "${GREEN}结果已保存到 /root/results.md 文件中。${NC}" echo -e "${GREEN}结果已保存到 /root/results.md 文件中。${NC}"
} }