use cwd for everything
This commit is contained in:
parent
407f2a8072
commit
56cbf8a9d7
5 changed files with 27 additions and 79 deletions
|
|
@ -906,12 +906,3 @@ func (a *Agent) GetAgentCheckInConfig(ret AgentCheckInConfig) AgentCheckInConfig
|
|||
func (a *Agent) NixMeshNodeID() string {
|
||||
return "not implemented"
|
||||
}
|
||||
|
||||
func tmpNoExec() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func createNixTmpFile() (*os.File, error) {
|
||||
var f *os.File
|
||||
return f, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue