mirror of https://github.com/vector-im/riot-web
stop servers on error in run script
parent
758da78659
commit
29d688543d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue