Fix setup token display condition to include CrowdSec installation

Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-06 20:57:57 +00:00
parent d7311ad947
commit 69561caa74
2 changed files with 1 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ func main() {
}
}
if !alreadyInstalled {
if !alreadyInstalled || config.DoCrowdsecInstall {
// Setup Token Section
fmt.Println("\n=== Setup Token ===")