mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-12 04:45:52 +02:00
9 lines
No EOL
189 B
Text
9 lines
No EOL
189 B
Text
if [ "$1" = "remove" ]; then
|
|
cscli dashboard remove -f -y || true
|
|
systemctl stop crowdsec
|
|
systemctl disable crowdsec
|
|
fi
|
|
|
|
if [ "$1" = "upgrade" ]; then
|
|
systemctl stop crowdsec
|
|
fi |