mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user