summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
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 5c99407..2b100c1 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|mail|partofme)
+ base|tozt|algo|mail|partofme)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
doctl -t "$(cat /mnt/digitalocean)" compute droplet delete "$1"