From 0c7b84faf05e510dfc38f8f69b8a107d1ada8c80 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Jul 2021 19:01:01 -0400 Subject: start building a new mail server --- bin/launch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'bin/launch') diff --git a/bin/launch b/bin/launch index 5ae25a4..2ae4738 100755 --- a/bin/launch +++ b/bin/launch @@ -6,13 +6,13 @@ script_path="$(realpath "$(dirname "$0")")" secrets_bin="${script_path}/secrets" case "$1" in - base|tozt|algo|mail|partofme) - "$secrets_bin" open - trap '"$secrets_bin" close' EXIT - "$(dirname "$0")/helpers/launch-$1" - ;; - *) - echo "unknown host $1" >&2 - exit 1 - ;; +base | tozt | algo | mail | mail2 | partofme) + "$secrets_bin" open + trap '"$secrets_bin" close' EXIT + "$(dirname "$0")/helpers/launch-$1" + ;; +*) + echo "unknown host $1" >&2 + exit 1 + ;; esac -- cgit v1.2.3-54-g00ecf