From e4416660bccbf109cd35965510bc8153bd172be9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Oct 2018 22:58:34 -0400 Subject: make tools recognize the mail host type --- bin/launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/launch') diff --git a/bin/launch b/bin/launch index ee30dba..dab3edd 100755 --- a/bin/launch +++ b/bin/launch @@ -6,7 +6,7 @@ script_path="$(realpath "$(dirname "$0")")" secrets_bin="${script_path}/secrets" case "$1" in - tozt|algo) + tozt|algo|mail) "$secrets_bin" open trap '"$secrets_bin" close' EXIT "$(dirname "$0")/helpers/launch-$1" -- cgit v1.2.3-54-g00ecf