1 parent 2f92c24 commit c655bebCopy full SHA for c655beb
1 file changed
bunker.go
@@ -541,7 +541,11 @@ var bunker = &cli.Command{
541
log(color.GreenString("\nConnect response sent successfully to %d relay(s)!\n"), successCount.Load())
542
}
543
544
- printBunkerInfo()
+ // print bunker info again after this
545
+ go func() {
546
+ time.Sleep(3 * time.Second)
547
+ printBunkerInfo()
548
+ }()
549
550
551
// handleBunkerCommand processes user commands in the bunker interface
0 commit comments