mirror of
https://github.com/bitwarden/server
synced 2026-01-10 04:23:31 +00:00
script updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
param (
|
||||
[string]$outputDir = "c:/bitwarden"
|
||||
[string]$outputDir = "../."
|
||||
)
|
||||
|
||||
if(!(Test-Path -Path $outputDir )){
|
||||
|
||||
Reference in New Issue
Block a user