main
bel 2025-06-04 18:50:00 -06:00
parent 21ec6f32d3
commit 491bd4e976
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ func main() {
if err != nil { if err != nil {
log.Fatalf("%v", err) log.Fatalf("%v", err)
} }
defer func() {
os.RemoveAll(workd)
}()
{ {
if err := cp(path.Join(data, jellyDB), path.Join(workd, jellyDB)); err != nil { if err := cp(path.Join(data, jellyDB), path.Join(workd, jellyDB)); err != nil {