From ac4dc3297a2468b4e499759860c71af0f6e2e82c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Nov 2018 01:58:41 -0500 Subject: add config for my local fileserver --- bin/launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/launch') 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" -- cgit v1.2.3-54-g00ecf