Fix: build

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2023-02-09 10:22:38 +01:00
parent 109b64cdbd
commit 7575193024
3 changed files with 3 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ func main() {
logger.Println("starting")
var webui_path string
flag.StringVar(&webui_path, "d", "./static", "Specify path to serve the web ui. Default is ./static")
flag.StringVar(&webui_path, "d", "./build/webui", "Specify path to serve the web ui. Default is ./static")
flag.Parse()
// MQTT connection