From a6a24c9dd286280e99bbaf283c94567b9bf58ac2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 21 Feb 2024 04:03:58 -0500 Subject: remove algo --- bin/terminate | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/terminate') diff --git a/bin/terminate b/bin/terminate index e760c09..9ff1941 100755 --- a/bin/terminate +++ b/bin/terminate @@ -6,13 +6,10 @@ script_path="$(realpath "$(dirname "$0")")" secrets_bin="${script_path}/secrets" case "$1" in -algo | mail | mail2) +mail) "$secrets_bin" open trap '"$secrets_bin" close' EXIT case "$1" in - algo) - hostname=algo.tozt.net - ;; mail) hostname=mail.tozt.net ;; -- cgit v1.2.3-54-g00ecf