Sfoglia il codice sorgente

Adding crontab removal

master
Miguel Gagliardo 5 mesi fa
parent
commit
2c1c5f9e6f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      killall.sh

+ 3
- 0
killall.sh Vedi 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…
Annulla
Salva