diff --git a/portwarden_commands.ps1 b/portwarden_commands.ps1 index bffddf1..caafebc 100644 --- a/portwarden_commands.ps1 +++ b/portwarden_commands.ps1 @@ -1,6 +1,6 @@ # get the date/time for the back filename $dateTime = get-date -format ("yyyyMMdd-HHmmss") -$directory = "$env:Temp\Bitwarden" +$directory = "$PSScriptRoot\Bitwarden Backup Working Directory" $filename = "Bitwarden Backup $dateTime" $env:Path += ";$PSScriptRoot;$PSScriptRoot\gpg\bin"