Merge pull request #219 from nrenner/standalone-customprofiles

Fix server.sh customprofiles path
This commit is contained in:
abrensch 2020-01-23 21:33:15 +01:00 committed by GitHub
commit e574045548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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