From 907c68990696b5ca89fda4b1e21a1740e1bffd5d Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Fri, 24 Oct 2014 19:46:37 +0200 Subject: hub: Change viz-dir default. --- src/hub/src/spreadspace.org/sfive-hub/s5hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hub/src/spreadspace.org/sfive-hub/s5hub.go b/src/hub/src/spreadspace.org/sfive-hub/s5hub.go index 192243f..80a9d76 100644 --- a/src/hub/src/spreadspace.org/sfive-hub/s5hub.go +++ b/src/hub/src/spreadspace.org/sfive-hub/s5hub.go @@ -19,7 +19,7 @@ func main() { startGramPipe := flag.Bool("start-pipegram-server", true, "start a datagram oriented pipe server; see option pipegram") startWeb := flag.Bool("start-web-server", true, "start a webserver") forward := flag.String("forward-url", "", "forward to another sfive-server with http server at base-url") - vizAppDir := flag.String("viz-dir", "./viz", "base-path to the viz application") + vizAppDir := flag.String("viz-dir", "/usr/share/sfive", "base-path to the viz application") help := flag.Bool("help", false, "show usage") flag.Parse() -- cgit v1.2.3