Remove clipboard copy every boot (pwsh-vault)
This commit is contained in:
parent
82e15ac44f
commit
09e10e06d2
|
@ -5,7 +5,7 @@
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
# Last-Change: 12-06-20222 #
|
# Last-Change: 13-06-20222 #
|
||||||
# #########################################################
|
# #########################################################
|
||||||
VERSION="0.1"
|
VERSION="0.1"
|
||||||
|
|
||||||
|
@ -1412,6 +1412,7 @@ touch ${pwsh_vault_cache_logins}
|
||||||
touch ${pwsh_vault_cache_notes}
|
touch ${pwsh_vault_cache_notes}
|
||||||
touch ${pwsh_vault_cache_bcard}
|
touch ${pwsh_vault_cache_bcard}
|
||||||
touch ${pwsh_vault_cache_temp}
|
touch ${pwsh_vault_cache_temp}
|
||||||
|
rm -rf ${pwsh_vault_clipboard_copy}
|
||||||
if [ "${1}" == "--help" ] ; then
|
if [ "${1}" == "--help" ] ; then
|
||||||
pwsh_vault_help
|
pwsh_vault_help
|
||||||
elif [ "${1}" == "--export" ] ; then
|
elif [ "${1}" == "--export" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user