Skip to content

Commit

Permalink
Removed setting a variable that shouldn't have been set yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
trparky committed Dec 25, 2023
1 parent 71b892a commit 70647d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bw_export.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ try {
Write-Host ""

if ((AskYesNoQuestion -prompt "Do you want to encrypt your backup? [y/n]") -eq "y") {
$encryptedDataBackup = $true

# Prompt the user for an encryption password
$password1 = Read-Host "Enter a password to encrypt your vault" -AsSecureString
$password1Text = ConvertSecureString -String $password1
Expand Down

0 comments on commit 70647d1

Please sign in to comment.