summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 22:58:34 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 22:58:34 -0400
commite4416660bccbf109cd35965510bc8153bd172be9 (patch)
treea3f1a0414f33a30288154a73cea62fcb54899502 /bin/terminate
parent0fcb7aea6c32777276fe66e721ca1d5dddd2d48f (diff)
downloadpuppet-tozt-e4416660bccbf109cd35965510bc8153bd172be9.tar.gz
puppet-tozt-e4416660bccbf109cd35965510bc8153bd172be9.zip
make tools recognize the mail host type
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/terminate b/bin/terminate
index 23aab67..78f2bab 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -6,7 +6,7 @@ script_path="$(realpath "$(dirname "$0")")"
secrets_bin="${script_path}/secrets"
case "$1" in
- tozt|algo)
+ tozt|algo|mail)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
doctl -t "$(cat /mnt/digitalocean)" compute droplet delete "$1"