summaryrefslogtreecommitdiffstats
path: root/bin/launch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-10-03 12:50:29 -0400
committerJesse Luehrs <doy@tozt.net>2021-10-03 12:50:29 -0400
commit1d1e7008bf646998f2dea9b260843cd1c97524f8 (patch)
treeea955bf6987c9b3d8a413ae30ed2d3e57f46f3c5 /bin/launch
parentae5d8d3bb27f5cf997b52d1f15d07211c3fe52d1 (diff)
downloadpuppet-tozt-1d1e7008bf646998f2dea9b260843cd1c97524f8.tar.gz
puppet-tozt-1d1e7008bf646998f2dea9b260843cd1c97524f8.zip
remove mail2 config for now
Diffstat (limited to 'bin/launch')
-rwxr-xr-xbin/launch2
1 files changed, 1 insertions, 1 deletions
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"