Update portwarden_commands.ps1

This commit is contained in:
2019-02-09 21:23:26 -05:00
parent 979ea1886e
commit c7b02aad13

View File

@@ -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"