remove test exit, and use port we are semi-sure is free
This commit is contained in:
parent
e8f626ba18
commit
976f041bba
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
PORT=8080
|
||||
PORT=5000
|
||||
echo "running riot on http://localhost:$PORT..."
|
||||
BASE_DIR=$(readlink -f $(dirname $0))
|
||||
cd $BASE_DIR/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue