mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-17 02:11:49 +02:00
freebsd: fix battery-related bug (#1081)
This commit is contained in:
@@ -36,7 +36,6 @@ type Agent struct {
|
||||
server *ssh.Server // SSH server
|
||||
dataDir string // Directory for persisting data
|
||||
keys []gossh.PublicKey // SSH public keys
|
||||
hasBattery bool // true if agent has access to battery stats
|
||||
}
|
||||
|
||||
// NewAgent creates a new agent with the given data directory for persisting data.
|
||||
|
||||
Reference in New Issue
Block a user