Adding crontab removal

This commit is contained in:
Miguel Gagliardo 2024-04-25 08:21:01 +01:00
parent 63009e5e54
commit 2c1c5f9e6f
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ if [ "${answer}" != "${answer#[Yy]}" ] ;then
ufw disable ufw disable
apt remove -y --purge ufw apt remove -y --purge ufw
# Removing User's crontab
crontab -r
echo "Purging finished" echo "Purging finished"
else else
echo "KillAll aborted" echo "KillAll aborted"