This commit is contained in:
bel
2025-06-04 18:50:00 -06:00
parent 21ec6f32d3
commit 491bd4e976

View File

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