Merge pull request #52 from matrix-org/bwindels/fixsynapseinstallation3
look for activate in cwd
This commit is contained in:
+1
-1
@@ -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(' && ');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user