Skip to content

Commit 1bff1cc

Browse files
Start process with nohup
Change the way the bash script is called to try to avoid a runtime error on appveyor.
1 parent 5c02d46 commit 1bff1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-cosmos-db-emulator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function StartCosmosDbEmulatorDockerContainer {
1919

2020
Write-Host "Installing Cosmos DB Emulator certificates ..."
2121
Start-Sleep -Seconds 30
22-
Start-Process -FilePath ".\install-azure-cosmos-emulator-linux-certificates.sh"
22+
Start-Process nohup 'bash ./install-azure-cosmos-emulator-linux-certificates.sh'
2323
}
2424

2525
function StartCosmosDbEmulatorForWindows {

0 commit comments

Comments
 (0)