feat(bunker): add bunker info print after direct connect response

- Call `printBunkerInfo` to display bunker details after sending connect
 response
This commit is contained in:
Anthony Accioly 2025-07-04 18:38:26 +01:00
parent c8844f7d0f
commit 660a206359
No known key found for this signature in database
GPG Key ID: 1BADB4682C8DDB3C
1 changed files with 2 additions and 0 deletions

View File

@ -540,6 +540,8 @@ var bunker = &cli.Command{
} else {
log(color.GreenString("\nConnect response sent successfully to %d relay(s)!\n"), successCount.Load())
}
printBunkerInfo()
}
// handleBunkerCommand processes user commands in the bunker interface