Merge pull request #60 from bagage/patch-1
Don't require server.sh to be launched from standalone directory
This commit is contained in:
commit
4312285090
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