Skip to content

Commit

Permalink
fix: run path error
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jul 12, 2023
1 parent 3a0ffbb commit 773ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/agent/vaccine.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func VaccineHandler() (out string) {
// libs
os.RemoveAll(LibPath) // archiver fucking aborts when files already exist
if err = archiver.Unarchive(RuntimeConfig.UtilsPath+"/libs.tar.xz",
RuntimeConfig.AgentRoot); err != nil {
RuntimeConfig.UtilsPath); err != nil {
log.Printf("Unarchive: %v", err)
out = fmt.Sprintf("Unarchive libs: %v", err)
}
Expand Down

0 comments on commit 773ee53

Please sign in to comment.