update
This commit is contained in:
parent
3e89506bd6
commit
56ad983c4e
6 changed files with 90 additions and 25 deletions
5
profile
5
profile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue