This commit is contained in:
Liang Ding 2022-12-23 17:18:29 +08:00
parent c4aeb9f7b6
commit 83badefe7b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -812,7 +812,7 @@ func bootSyncRepo() (err error) {
syncingFiles.Store(id, true)
continue
}
if strings.HasPrefix(name, "/storage/") {
if strings.HasPrefix(fetchedFile.Path, "/storage/") {
syncingStorages = true
}
}