Fix Release 1, ESXi EFI boot normal

This commit is contained in:
2026-04-27 23:10:13 +08:00
parent 653251cfff
commit fac502e736
3 changed files with 2 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ check_network() {
log_step "Checking network connectivity..."
# 测试网络连接
if ping -c 1 -W 3 FRONTEND_IP &>/dev/null; then
if ping -c 1 -W 3 $FRONTEND_IP &>/dev/null; then
log_info "Network connectivity: OK"
return 0
else