From ebc89151009f7a644a98df17a5a9d940eec5f8e6 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Fri, 24 Oct 2014 22:09:25 +0200 Subject: hub: fix default viz directory --- src/hub/src/spreadspace.org/sfive-hub/s5hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub') diff --git a/src/hub/src/spreadspace.org/sfive-hub/s5hub.go b/src/hub/src/spreadspace.org/sfive-hub/s5hub.go index 80a9d76..e64c665 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", "/usr/share/sfive", "base-path to the viz application") + vizAppDir := flag.String("viz-dir", "/usr/share/sfive/viz", "base-path to the viz application") help := flag.Bool("help", false, "show usage") flag.Parse() -- cgit v1.2.3