mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
Uncommenting out the mistakenly commented install line (#1783)
This commit is contained in:
parent
8cbf1906ae
commit
fd3ce1bbf3
@ -115,7 +115,7 @@ if ($install) {
|
|||||||
Test-Output-Dir-Not-Exists
|
Test-Output-Dir-Not-Exists
|
||||||
New-Item -ItemType directory -Path $output -ErrorAction Ignore | Out-Null
|
New-Item -ItemType directory -Path $output -ErrorAction Ignore | Out-Null
|
||||||
Get-Run-File
|
Get-Run-File
|
||||||
#Invoke-Expression "& `"$scriptsDir\run.ps1`" -install -outputDir `"$output`" -coreVersion $coreVersion -webVersion $webVersion"
|
Invoke-Expression "& `"$scriptsDir\run.ps1`" -install -outputDir `"$output`" -coreVersion $coreVersion -webVersion $webVersion"
|
||||||
}
|
}
|
||||||
elseif ($start -Or $restart) {
|
elseif ($start -Or $restart) {
|
||||||
Test-Output-Dir-Exists
|
Test-Output-Dir-Exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user