bw password muckery
This commit is contained in:
parent
d25dd29b65
commit
9a7fe73014
4 changed files with 47 additions and 5 deletions
bin
|
@ -1,11 +1,13 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
AUTO_LOCK=900
|
||||
AUTO_LOCK=3600
|
||||
BW_SESSION=
|
||||
|
||||
exit_error() {
|
||||
echo "$2"
|
||||
keyctl purge user bw_master || true
|
||||
keyctl purge user bw_session || true
|
||||
exit "$1"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue