summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/terminate b/bin/terminate
index b2e30b7..202e236 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -19,9 +19,6 @@ tozt | algo | mail | mail2)
mail)
hostname=mail.tozt.net
;;
- mail2)
- hostname=mail2.tozt.net
- ;;
esac
doctl -t "$(cat /mnt/digitalocean)" compute droplet delete "$hostname"
;;