Skip to content
Snippets Groups Projects
Commit c78bda65 authored by ale's avatar ale
Browse files

point --htdocs at the default location

parent b4812d00
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment