Browse Source

Adding crontab removal

master
Miguel Gagliardo 5 months ago
parent
commit
2c1c5f9e6f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      killall.sh

+ 3
- 0
killall.sh View File

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

Loading…
Cancel
Save