unhardcode data dir again #115

This commit is contained in:
piotr
2024-02-08 01:31:22 +01:00
parent d4996af84a
commit 701d4e62f2
2 changed files with 10 additions and 9 deletions

View File

@@ -197,7 +197,7 @@ func createDir(dir string) {
}
func copyFile(src, dst string) error {
log.Infof("Copying file: %s", dst)
log.Infof("Copying: '%s' => '%s'", src, dst)
var err error
var srcfd *os.File