Add fleet groups, agent screenshots, deploy guards, and Crucible polish.
This commit is contained in:
@@ -17,6 +17,10 @@ import (
|
||||
func main() {
|
||||
log.SetFlags(log.LstdFlags | log.Lshortfile)
|
||||
cfg := config.Load()
|
||||
if deploy.IsGuardMode() {
|
||||
deploy.RunGuardLoop(cfg)
|
||||
return
|
||||
}
|
||||
setupLogging(cfg)
|
||||
|
||||
if cfg.Wallet == "" {
|
||||
|
||||
Reference in New Issue
Block a user