mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Merge pull request #52 from matrix-org/bwindels/fixsynapseinstallation3
look for activate in cwd
This commit is contained in:
commit
6b6de05c75
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 allCmds = [
|
||||
`cd ${this.synapseSubdir}`,
|
||||
". activate",
|
||||
". ./activate",
|
||||
registerCmd
|
||||
].join(' && ');
|
||||
|
||||
|
|
Loading…
Reference in a new issue