mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 01:38:41 +02:00
Fix checkFileAndProcess function on FreeBSD (#2128)
This commit is contained in:
parent
4fec709bb1
commit
a432e8e23a
@ -58,7 +58,7 @@ type Info struct {
|
|||||||
SystemProductName string
|
SystemProductName string
|
||||||
SystemManufacturer string
|
SystemManufacturer string
|
||||||
Environment Environment
|
Environment Environment
|
||||||
Files []File
|
Files []File // for posture checks
|
||||||
}
|
}
|
||||||
|
|
||||||
// extractUserAgent extracts Netbird's agent (client) name and version from the outgoing context
|
// extractUserAgent extracts Netbird's agent (client) name and version from the outgoing context
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//go:build windows || (linux && !android) || (darwin && !ios)
|
//go:build windows || (linux && !android) || (darwin && !ios) || freebsd
|
||||||
|
|
||||||
package system
|
package system
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user