From 1d1e7008bf646998f2dea9b260843cd1c97524f8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 Oct 2021 12:50:29 -0400 Subject: remove mail2 config for now --- bin/launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/launch') diff --git a/bin/launch b/bin/launch index 2ae4738..94aefb9 100755 --- a/bin/launch +++ b/bin/launch @@ -6,7 +6,7 @@ script_path="$(realpath "$(dirname "$0")")" secrets_bin="${script_path}/secrets" case "$1" in -base | tozt | algo | mail | mail2 | partofme) +base | tozt | algo | mail | partofme) "$secrets_bin" open trap '"$secrets_bin" close' EXIT "$(dirname "$0")/helpers/launch-$1" -- cgit v1.2.3-54-g00ecf