alexandrev-tibco 2025-08-30 16:23:35 +02:00
parent 46c26360bf
commit 51a37953ab
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ collect_lxc_summary() {
) | tr " " "\n" \
| grep "^192\\.168\\.1\\." \
| cut -d/ -f1 \
| awk -F. '{ if ($4>0 && $4<255) print }' \
| awk -F. "{ if (\\$4>0 && \\$4<255) print }" \
| sort -u | tr "\n" " " | sed "s/ *$//"' 2>/dev/null || true)
# Tailcale check
ts_issue=$(check_lxc_tailscale_issue "$vmid")