mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 13:24:34 +02:00
8 lines
187 B
Bash
Executable file
8 lines
187 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# any stdout, stderr from now on will go to &3
|
|
eval "$(debug)"
|
|
|
|
# ensure we don't leave crowdsec running if tests are broken or interrupted
|
|
./instance-crowdsec stop
|
|
|