Skip to content

Commit

Permalink
fix DoDumpStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Dec 14, 2023
1 parent aba68fd commit 5662466
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/ASC.Data.Backup.Core/Tasks/BackupPortalTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,6 @@ private async Task DoDumpStorage(IDataWriteOperator writer, IReadOnlyList<Backup
restoreInfoXml.WriteTo(tmpFile);
await writer.WriteEntryAsync(KeyHelper.GetStorageRestoreInfoZipKey(), tmpFile, t => SetStepCompleted());
}

SetStepCompleted();

Directory.Delete(subDir, true);

_logger.DebugEndBackupStorage();
Expand Down

0 comments on commit 5662466

Please sign in to comment.