diff --git a/bitwardenBackup.ps1 b/bitwardenBackup.ps1 index 33f0fce..6989a46 100644 --- a/bitwardenBackup.ps1 +++ b/bitwardenBackup.ps1 @@ -145,8 +145,7 @@ if ($zip -or $encrypt) { & $sdelete -p 25 "$PSScriptRoot\$zipFilename" } } -# remove all the variables -Remove-Variable -Name * -ErrorAction SilentlyContinue # logout of bitwaren to ensure the session is destroyed & $bw logout -exit 0 \ No newline at end of file +# remove all the variables +Remove-Variable -Name * -ErrorAction SilentlyContinue \ No newline at end of file diff --git a/bitwardenBackup.ps1.sig b/bitwardenBackup.ps1.sig index 96084c1..7c78064 100644 Binary files a/bitwardenBackup.ps1.sig and b/bitwardenBackup.ps1.sig differ