summaryrefslogtreecommitdiffstats
path: root/bin/launch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
commitac4dc3297a2468b4e499759860c71af0f6e2e82c (patch)
treefa485ced884b21bdc8fdf77f4e85f72939cf2c6e /bin/launch
parent1643a8a76b0a834a97decbecbcbd6eac19430aa1 (diff)
downloadpuppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.tar.gz
puppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.zip
add config for my local fileserver
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 dab3edd..663b176 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|mail)
+ tozt|algo|mail|partofme)
"$secrets_bin" open
trap '"$secrets_bin" close' EXIT
"$(dirname "$0")/helpers/launch-$1"