You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-13 04:02:20 +03:00
stop servers on error in run script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
PORT=5000
|
||||
echo "running riot on http://localhost:$PORT..."
|
||||
echo "running riot on http://localhost:$PORT ..."
|
||||
BASE_DIR=$(readlink -f $(dirname $0))
|
||||
cd $BASE_DIR/
|
||||
pushd riot-web/webapp/ > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user