From 70647d1b34420bc8b3930e85b8887f32412f6e0f Mon Sep 17 00:00:00 2001 From: Thomas Parkison Date: Mon, 25 Dec 2023 17:54:42 -0500 Subject: [PATCH] Removed setting a variable that shouldn't have been set yet. --- bw_export.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/bw_export.ps1 b/bw_export.ps1 index 3a0ce94..a1f18f8 100644 --- a/bw_export.ps1 +++ b/bw_export.ps1 @@ -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