Add Bun
This commit is contained in:
parent
27152bad72
commit
bc875b83a4
@ -138,7 +138,6 @@ func (s *SnapshotProcessor) CreateSnapshot(appName string, labels []string) (str
|
||||
return snapshot.KeyName(s.IndexLabel), fmt.Errorf("change working directory error: %v", err)
|
||||
}
|
||||
|
||||
log.Println("DEBUG tar call:", tarBin, "-acf", tmpSnapshotArchivePath, "./")
|
||||
err = exec.Command(tarBin, "-acf", tmpSnapshotArchivePath, "./").Run()
|
||||
if err != nil {
|
||||
return snapshot.KeyName(s.IndexLabel), fmt.Errorf("compression error: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user