Merge pull request #1995 from fosrl/copilot/fix-crowdsec-setup-token

Fix: Display setup token after CrowdSec installation
This commit is contained in:
Owen Schwartz
2025-12-06 16:10:20 -05:00
committed by GitHub

View File

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