summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-27 22:56:13 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-27 22:56:13 -0400
commit95aa55f06f4c148640537d8135c513a1a4a7da12 (patch)
treef89df2bed59e4a68b045edf7bf893c8efd3f6fb9 /bin/terminate
parente04ae5b511181c5955a8672005c4e96fe04fed63 (diff)
downloadpuppet-tozt-95aa55f06f4c148640537d8135c513a1a4a7da12.tar.gz
puppet-tozt-95aa55f06f4c148640537d8135c513a1a4a7da12.zip
remove tozt from existing scripts
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
;;