From c78bda6553b2bd6cdd88d68ff0be62909f0adbaf Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 16 Nov 2014 10:19:37 +0000 Subject: [PATCH] point --htdocs at the default location --- web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.go b/web.go index 4b00b06..8cac14a 100644 --- a/web.go +++ b/web.go @@ -20,7 +20,7 @@ import ( ) var ( - htdocsDir = flag.String("htdocs", "./htdocs", "location of static html content") + htdocsDir = flag.String("htdocs", "/usr/share/liber/htdocs", "location of static html content") tpl *template.Template ) -- GitLab