allow server to be started from outside of standalone/ directory
This commit is contained in:
parent
61ce13ca33
commit
0d5e1c18fb
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
# BRouter standalone server
|
||||
# java -cp brouter.jar btools.brouter.RouteServer <segmentdir> <profile-map> <customprofiledir> <port> <maxthreads>
|
||||
|
||||
|
|
Loading…
Reference in a new issue