update mesh installpath

This commit is contained in:
wh1te909 2022-10-25 11:34:44 -07:00
parent 16df03678c
commit 552d63ea6e
4 changed files with 22 additions and 17 deletions

View file

@ -68,7 +68,8 @@ func (a *Agent) checkExistingAndRemove(silent bool) {
a.CmdV2(opts)
}
os.RemoveAll(macMeshSvcDir)
os.RemoveAll(defaultMacMeshSvcDir)
os.RemoveAll(nixMeshDir)
os.Remove(etcConfig)
os.RemoveAll(nixAgentDir)
os.Remove(macPlistPath)