1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

add back downloadallfiles function

This commit is contained in:
Kyle Spearrin 2017-09-18 12:14:39 -04:00
parent c924af2ade
commit 448e536ba4

View File

@ -74,6 +74,11 @@ function Download-Docker-Files {
Invoke-RestMethod -OutFile $dockerDir\mssql.env -Uri "${githubBaseUrl}/docker/mssql.env"
}
function Download-All-Files {
Download-Run-File
Download-Docker-Files
}
function Check-Output-Dir-Exists {
if(!(Test-Path -Path $output)) {
throw "Cannot find a bitwarden installation at $output."