diff options
-rw-r--r-- | passwort-tresor.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passwort-tresor.in b/passwort-tresor.in index b8e23b5..fd7c6ae 100644 --- a/passwort-tresor.in +++ b/passwort-tresor.in @@ -207,6 +207,7 @@ then beenden 1 fi output="$(grep -2 "${suchStr}" "${tmpDir}/output" | tail -n2)" + shred -zu "${tmpDir}/output" rm -rf "${tmpDir}" echo "${output}" | head -n1 | xclip -i |