main
parent
46c26360bf
commit
51a37953ab
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue