mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-12-27 16:55:21 +00:00
Update nodeloc_vps_autotest_ip.sh
This commit is contained in:
parent
75472bda91
commit
eaa30200e0
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user