You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
exit on error
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
||||
set -e
|
||||
./synapse/install.sh
|
||||
./riot/install.sh
|
||||
npm install
|
||||
|
1
run.sh
1
run.sh
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
./synapse/start.sh
|
||||
./riot/start.sh
|
||||
node start.js
|
||||
|
Reference in New Issue
Block a user