updated for unix build
This commit is contained in:
parent
66aca05028
commit
e20edcc9ad
37 changed files with 1001 additions and 257 deletions
|
|
@ -16,4 +16,4 @@ func SendSoftware() error {
|
|||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
}
|
||||
8
agent/tactical/shared/shared_unix.go
Normal file
8
agent/tactical/shared/shared_unix.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package shared
|
||||
|
||||
func GetPython(force bool) {}
|
||||
|
||||
func RunMigrations() {}
|
||||
|
|
@ -67,4 +67,4 @@ func RunMigrations() {
|
|||
os.Remove(nssm)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue