From 0d5e1c18fbd7c47887fde07de7c35ad84e304425 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Sun, 8 Jan 2017 17:02:35 +0100 Subject: [PATCH] allow server to be started from outside of standalone/ directory --- misc/scripts/standalone/server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/scripts/standalone/server.sh b/misc/scripts/standalone/server.sh index 49a2b88..f37b0d8 100755 --- a/misc/scripts/standalone/server.sh +++ b/misc/scripts/standalone/server.sh @@ -1,5 +1,6 @@ #!/bin/sh +cd "$(dirname "$0")" # BRouter standalone server # java -cp brouter.jar btools.brouter.RouteServer