secubox-openwrt/package/secubox/luci-app-crowdsec-dashboard/root
CyberMind-FR 878faf5bec fix: CrowdSec RPC process detection
Fixed pgrep command to detect running CrowdSec process:
- Changed from `pgrep -x crowdsec` to `pgrep crowdsec`
- The -x flag requires exact process name match which wasn't working
- Affects both check_cscli() and get_status() functions
- Now correctly detects service as running in dashboard

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 16:25:59 +01:00
..
usr fix: CrowdSec RPC process detection 2026-01-06 16:25:59 +01:00