remove suricata log files @uninstall
This commit is contained in:
parent
eb4112c912
commit
50f786dda4
@ -26,6 +26,7 @@ delete_packages(){
|
||||
read answer
|
||||
if [[ "$answer" =~ ^([yY][eE][sS]|[yY])$ ]]
|
||||
then
|
||||
rm -rf /var/log/suricata
|
||||
for pkg in "${pkgs[@]}"
|
||||
do
|
||||
apt -y remove $pkg && apt -y purge $pkg
|
||||
|
Loading…
Reference in New Issue
Block a user