Embed webui

This commit is contained in:
2025-07-26 12:25:51 +02:00
parent f337a3efe2
commit ffd7ff246e
4 changed files with 38 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ func main() {
fmt.Println("Using default configuration.")
}
// Crate the log directory if it doesn't exist
// Create the log directory if it doesn't exist
err = os.MkdirAll(config.Instances.LogDirectory, 0755)
if err != nil {
fmt.Printf("Error creating log directory: %v\n", err)