mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 17:45:17 +03:00
create system register agent id
This commit is contained in:
+4
-1
@@ -3,6 +3,9 @@ package main
|
||||
import "github.com/lorsanstand/HomeOps-Hub/internal/agent/app"
|
||||
|
||||
func main() {
|
||||
start := app.NewApp()
|
||||
start, err := app.NewApp()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
start.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user