摘要: #!/usr/bin/env bash function check_and_restart() { vm_id="${1}" vm_ip="${2}" # curl --connect-timeout 5 -sSL "${vm_ip}" > /dev/null ping -c 1 "${vm_ip 阅读全文
posted @ 2025-07-14 23:06 Yogile 阅读(85) 评论(0) 推荐(0)