mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 18:26:16 +01:00
embed smartctl in the windows binary (#1362)
This commit is contained in:
9
agent/smart_nonwindows.go
Normal file
9
agent/smart_nonwindows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package agent
|
||||
|
||||
import "errors"
|
||||
|
||||
func ensureEmbeddedSmartctl() (string, error) {
|
||||
return "", errors.ErrUnsupported
|
||||
}
|
||||
Reference in New Issue
Block a user