We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b175ff1 commit 313fa6aCopy full SHA for 313fa6a
existingDB.ps1
@@ -257,9 +257,9 @@ try {
257
}
258
} while ( $status -ne 200 )
259
260
+ Write-Host
261
Write-Host "ServiceControl has started"
262
-
263
Write-Host "Starting ServicePulse"
264
$pulse = (Start-Process ".\Platform\servicepulse\ServicePulse.Host.exe" -ArgumentList "--url=`"http://localhost:8051`"" -WorkingDirectory ".\Platform\servicepulse" -Verb runAs -PassThru -WindowStyle Minimized)
265
localDB.ps1
@@ -202,6 +202,7 @@ try {
202
203
204
205
206
207
208
0 commit comments