sync: save import_report into StaticDir
This commit is contained in:
parent
e6b1b932f4
commit
92ba880006
2 changed files with 5 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ func main() {
|
|||
if StaticDir, err = filepath.Abs(StaticDir); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
sync.DeepReportPath = path.Join(StaticDir, sync.DeepReportPath)
|
||||
if fic.FilesDir, err = filepath.Abs(fic.FilesDir); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue