Skip to content

Commit

Permalink
add format to the end of both volume copies rather than in between
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpul-s committed Jun 4, 2024
1 parent 006ebc0 commit 6c7f8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cameracopy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function CopyFiles {
}

if ($format -and $hashFailFiles) {
$verifyFormat = [System.Windows.Forms.MessageBox]::Show("<b>WARNING: SOME FILES FAILED THE HASH CHECK!</b>`r`nThis will format $driveDescription to $format`r`nDo you want to continue?", "Format confirmation", [System.Windows.Forms.MessageBoxButtons]::YesNo)
$verifyFormat = [System.Windows.Forms.MessageBox]::Show("WARNING: SOME FILES FAILED THE HASH CHECK!`r`nThis will format $driveDescription to $format`r`nDo you want to continue?", "Format confirmation", [System.Windows.Forms.MessageBoxButtons]::YesNo)
$syncHash.LogMessages.Add("$verifyFormat`r`n")
}

Expand Down

0 comments on commit 6c7f8aa

Please sign in to comment.