1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 04:23:31 +00:00

script updates

This commit is contained in:
Kyle Spearrin
2017-08-21 08:49:44 -04:00
parent bfb945ac5f
commit 74415b9955
9 changed files with 50 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
param (
[string]$outputDir = "c:/bitwarden"
[string]$outputDir = "../."
)
if(!(Test-Path -Path $outputDir )){