mirror of
https://github.com/He4eT/fuzzy-bitwarden-clipboard.git
synced 2026-05-04 23:07:22 +00:00
Store session in $HOME
This commit is contained in:
parent
9a6539919c
commit
509f189020
1 changed files with 1 additions and 1 deletions
2
bwc
2
bwc
|
|
@ -3,7 +3,7 @@
|
|||
set -ef
|
||||
|
||||
local scriptname=$(basename "$0")
|
||||
local sessionfile='/tmp/bw_session'
|
||||
local sessionfile="$HOME/.bitwarden_session"
|
||||
|
||||
function get_saved_sessionkey () {
|
||||
sudo touch $sessionfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue