services: startTurn needs a shell
This commit is contained in:
@@ -954,7 +954,7 @@ async function startTurn(existingInfra) {
|
||||
|
||||
await safe(shell.exec('stopTurn', 'docker stop turn', {})); // ignore error
|
||||
await safe(shell.exec('removeTurn', 'docker rm -f turn', {})); // ignore error
|
||||
await shell.exec('startTurn', runCmd, {});
|
||||
await shell.exec('startTurn', runCmd, { shell: '/bin/bash' });
|
||||
}
|
||||
|
||||
async function teardownTurn(app, options) {
|
||||
|
||||
Reference in New Issue
Block a user