mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-08 01:51:12 +01:00
dont assume bash when creating rest users
This commit is contained in:
parent
4c79e3bd0d
commit
7fbfe3159a
@ -63,9 +63,9 @@ module.exports = class RestSessionCreator {
|
||||
const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`;
|
||||
const allCmds = [
|
||||
`cd ${this.synapseSubdir}`,
|
||||
"source env/bin/activate",
|
||||
". env/bin/activate",
|
||||
registerCmd
|
||||
].join(';');
|
||||
].join('&&');
|
||||
|
||||
await execAsync(allCmds, {cwd: this.cwd, encoding: 'utf-8'});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user