From c7b02aad13964acde4a04ad62cc0e03f93c00c34 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Sat, 9 Feb 2019 21:23:26 -0500 Subject: [PATCH] Update portwarden_commands.ps1 --- portwarden_commands.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"