mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Uncommenting out the mistakenly commented install line (#1783)
This commit is contained in:
@@ -115,7 +115,7 @@ if ($install) {
|
||||
Test-Output-Dir-Not-Exists
|
||||
New-Item -ItemType directory -Path $output -ErrorAction Ignore | Out-Null
|
||||
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) {
|
||||
Test-Output-Dir-Exists
|
||||
|
||||
Reference in New Issue
Block a user