This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
element-web
Watch
4
Star
0
Fork
You've already forked element-web
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3
c3b7e6c7cb
element-web
/
run.sh
7 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
force running scripts in bash, as it's not the default shell on Ubuntu (which is what Travis runs)
2018-07-27 13:08:14 +00:00
#!/bin/bash
make scripts executable, running them with sh does something weird on travis
2018-07-27 14:01:54 +00:00
./synapse/start.sh
./riot/start.sh
with no logs polluting the output, we dont need tmux anymore to split the terminal
2018-07-27 11:43:38 +00:00
node start.js
make scripts executable, running them with sh does something weird on travis
2018-07-27 14:01:54 +00:00
./riot/stop.sh
./synapse/stop.sh
Reference in a new issue
Copy permalink