use cwd for everything

This commit is contained in:
wh1te909 2023-03-29 17:41:24 +00:00
parent 407f2a8072
commit 56cbf8a9d7
5 changed files with 27 additions and 79 deletions

View file

@ -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
}