Merge pull request #219 from nrenner/standalone-customprofiles
Fix server.sh customprofiles path
This commit is contained in:
commit
e574045548
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