crowdsec/debian/prerm

9 lines
189 B
Plaintext
Raw Normal View History

2021-08-18 11:57:06 +00:00
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