5 lines
173 B
Text
5 lines
173 B
Text
|
#!/bin/sh
|
||
|
/etc/init.d/crowdsec enabled && /etc/init.d/crowdsec restart
|
||
|
/etc/init.d/crowdsec-firewall-bouncer enabled && /etc/init.d/crowdsec-firewall-bouncer restart
|
||
|
exit 0
|