From 09e10e06d20e67de52410a8daeb02945dff1e3aa Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 13 Jun 2022 18:19:26 +0200 Subject: [PATCH] Remove clipboard copy every boot (pwsh-vault) --- pwsh-vault.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwsh-vault.sh b/pwsh-vault.sh index c887e3e..661035a 100755 --- a/pwsh-vault.sh +++ b/pwsh-vault.sh @@ -5,7 +5,7 @@ # Author: q3aql # # Contact: q3aql@duck.com # # License: GPL v2.0 # -# Last-Change: 12-06-20222 # +# Last-Change: 13-06-20222 # # ######################################################### VERSION="0.1" @@ -1412,6 +1412,7 @@ touch ${pwsh_vault_cache_logins} touch ${pwsh_vault_cache_notes} touch ${pwsh_vault_cache_bcard} touch ${pwsh_vault_cache_temp} +rm -rf ${pwsh_vault_clipboard_copy} if [ "${1}" == "--help" ] ; then pwsh_vault_help elif [ "${1}" == "--export" ] ; then