This commit is contained in:
Tobias Schmidl 2017-11-16 15:12:31 +01:00
parent 3e89506bd6
commit 56ad983c4e
6 changed files with 90 additions and 25 deletions

View file

@ -18,6 +18,7 @@ then
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";
fi
mkdir -p -m 0700 /run/shm/sslkeyexport
export SSLKEYLOGFILE=/run/shm/sslkeyexport/keyexport