summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/terminate b/bin/terminate
index 202e236..e760c09 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -6,13 +6,10 @@ script_path="$(realpath "$(dirname "$0")")"
secrets_bin="${script_path}/secrets"
case "$1" in
-tozt | algo | mail | mail2)
+algo | mail | mail2)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
case "$1" in
- tozt)
- hostname=tozt.net
- ;;
algo)
hostname=algo.tozt.net
;;