Change file_code_sec path for compatibility with Termux

This commit is contained in:
q3aql 2022-06-18 15:40:42 +02:00
parent 09e10e06d2
commit 8ba28ab472
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ pwsh_vault_cache_logins_otp="${HOME}/.cache/pwsh_vault_cache_logins_otp"
pwsh_vault_cache_notes="${HOME}/.cache/pwsh_vault_cache_notes"
pwsh_vault_cache_bcard="${HOME}/.cache/pwsh_vault_cache_bcard"
pwsh_vault_cache_temp="${HOME}/.cache/pwsh_vault_cache_temp"
file_code_sec="/tmp/pwsh-vault-seq"
file_code_sec="${HOME}/.cache/pwsh-vault-seq"
show_key_encrypted=0
function generate_codes() {

View File

@ -17,7 +17,7 @@ pwsh_vault_cache_logins_otp="${HOME}/.cache/pwsh_vault_cache_logins_otp"
pwsh_vault_cache_notes="${HOME}/.cache/pwsh_vault_cache_notes"
pwsh_vault_cache_bcard="${HOME}/.cache/pwsh_vault_cache_bcard"
pwsh_vault_cache_temp="${HOME}/.cache/pwsh_vault_cache_temp"
file_code_sec="/tmp/pwsh-vault-seq"
file_code_sec="${HOME}/.cache/pwsh-vault-seq"
pwsh_vault_password_copy="${HOME}/pwsh-vault-pass-copy.txt"
pwsh_vault_clipboard_copy="${HOME}/pwsh-vault-copy.txt"
show_key_encrypted=0