Skip to content

Commit 2f92c24

Browse files
committed
feat(bunker): add bunker info print after direct connect response
- Call `printBunkerInfo` to display bunker details after sending connect response
1 parent b2bacd2 commit 2f92c24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bunker.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ var bunker = &cli.Command{
540540
} else {
541541
log(color.GreenString("\nConnect response sent successfully to %d relay(s)!\n"), successCount.Load())
542542
}
543+
544+
printBunkerInfo()
543545
}
544546

545547
// handleBunkerCommand processes user commands in the bunker interface

0 commit comments

Comments
 (0)