fix: 文档更新

This commit is contained in:
caiyuchao
2025-04-28 14:04:36 +08:00
parent c88693c723
commit dcfd4cd181
3 changed files with 2 additions and 5 deletions

View File

@@ -70,10 +70,6 @@ fi
# 输出结果(或执行其他操作)
echo "失效时间: $TIME"
echo "ip地址: ${IPS[*]}"
echo "mac地址: ${MACS[*]}"
echo "cpu序列号: $CPU"
echo "ip序列号: $MB"
IP=$(printf "%s\",\"" "${IPS[@]}")
IP=${IP%\",\"}