Update nodeloc_vps_autotest_ip.sh

This commit is contained in:
Jensfrank 2024-06-27 11:08:37 +08:00 committed by GitHub
parent 093525b0b4
commit e5a4cdddd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,10 +170,6 @@ format_results() {
echo -e "${GREEN}结果已保存到 results.md 文件中。${NC}"
}
echo "$result" > results.md
echo -e "${GREEN}结果已保存到 results.md 文件中。${NC}"
}
# 复制结果到剪贴板
copy_to_clipboard() {
if [ -f results.md ]; then