Update portwarden_commands.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user