look for activate in cwd
This commit is contained in:
parent
c76dc87412
commit
a72934556c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module.exports = class RestSessionCreator {
|
||||||
const registerCmd = `./register_new_matrix_user ${registerArgs.join(' ')}`;
|
const registerCmd = `./register_new_matrix_user ${registerArgs.join(' ')}`;
|
||||||
const allCmds = [
|
const allCmds = [
|
||||||
`cd ${this.synapseSubdir}`,
|
`cd ${this.synapseSubdir}`,
|
||||||
". activate",
|
". ./activate",
|
||||||
registerCmd
|
registerCmd
|
||||||
].join(' && ');
|
].join(' && ');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue