Skip to content

Commit

Permalink
fix Bug 72099
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Dec 17, 2024
1 parent 5a3be03 commit f0b03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ASC.Data.Backup.Core/Tasks/BackupPortalTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ async Task SetProgress()
var path = file.GetZipKey();
if (dump)
{
path = Path.Combine("\\storage", path);
path = Path.Combine("storage", path);
}
await writer.WriteEntryAsync(path, file.Domain, file.Path, storage, SetProgress);

Expand Down

0 comments on commit f0b03f5

Please sign in to comment.