mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
add back downloadallfiles function
This commit is contained in:
parent
c924af2ade
commit
448e536ba4
@ -74,6 +74,11 @@ function Download-Docker-Files {
|
|||||||
Invoke-RestMethod -OutFile $dockerDir\mssql.env -Uri "${githubBaseUrl}/docker/mssql.env"
|
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 {
|
function Check-Output-Dir-Exists {
|
||||||
if(!(Test-Path -Path $output)) {
|
if(!(Test-Path -Path $output)) {
|
||||||
throw "Cannot find a bitwarden installation at $output."
|
throw "Cannot find a bitwarden installation at $output."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user