Fix server.sh customprofiles path, it's relative to profiles2 dir
This commit is contained in:
parent
f1c2b6e412
commit
8b3562270b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ ! -e "$PROFILESPATH" ]; then
|
|||
PROFILESPATH="../../profiles2"
|
||||
fi
|
||||
if [ ! -e "$CUSTOMPROFILESPATH" ]; then
|
||||
CUSTOMPROFILESPATH="../../customprofiles"
|
||||
CUSTOMPROFILESPATH="../customprofiles"
|
||||
fi
|
||||
|
||||
java $JAVA_OPTS -cp $CLASSPATH btools.server.RouteServer "$SEGMENTSPATH" "$PROFILESPATH" "$CUSTOMPROFILESPATH" 17777 1 $BINDADDRESS
|
||||
|
|
Loading…
Reference in a new issue