better cleanup

This commit is contained in:
wh1te909 2022-08-09 12:41:07 -07:00
parent 607a5283ac
commit 662c41794b
2 changed files with 2 additions and 0 deletions

View file

@ -577,6 +577,7 @@ func (a *Agent) UninstallCleanup() {
a.PatchMgmnt(false)
a.CleanupAgentUpdates()
CleanupSchedTasks()
os.RemoveAll(winTempDir)
}
func (a *Agent) AgentUpdate(url, inno, version string) {