mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 11:29:29 +08:00
chore: update project meta (#51)
* chore: update project meta (partial) * chore: update README * chore: update pdf preview * revert: use old hash * chore: update logo file url
This commit is contained in:
@@ -527,7 +527,7 @@ func Put(ctx context.Context, storage driver.Driver, dstDirPath string, file mod
|
||||
// if file exist and size = 0, delete it
|
||||
dstDirPath = utils.FixAndCleanPath(dstDirPath)
|
||||
dstPath := stdpath.Join(dstDirPath, file.GetName())
|
||||
tempName := file.GetName() + ".alist_to_delete"
|
||||
tempName := file.GetName() + ".openlist_to_delete"
|
||||
tempPath := stdpath.Join(dstDirPath, tempName)
|
||||
fi, err := GetUnwrap(ctx, storage, dstPath)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user