diff --git a/misc/scripts/standalone/server.sh b/misc/scripts/standalone/server.sh index 9a439ed..b27914c 100755 --- a/misc/scripts/standalone/server.sh +++ b/misc/scripts/standalone/server.sh @@ -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