diff --git a/bunker.go b/bunker.go index 7eef1b8..6701568 100644 --- a/bunker.go +++ b/bunker.go @@ -541,7 +541,11 @@ var bunker = &cli.Command{ log(color.GreenString("\nConnect response sent successfully to %d relay(s)!\n"), successCount.Load()) } - printBunkerInfo() + // print bunker info again after this + go func() { + time.Sleep(3 * time.Second) + printBunkerInfo() + }() } // handleBunkerCommand processes user commands in the bunker interface