diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-02-03 16:22:06 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-02-03 16:22:06 +0000 |
commit | ce1216f38d11897f58608c6ddaec2b346f8ca148 (patch) | |
tree | 2829859a9716a48c7de3024dcc271f35281727f1 | |
parent | fbe7c0926b81390fd6743cc45828cdb485319dd5 (diff) | |
download | gpg-ce1216f38d11897f58608c6ddaec2b346f8ca148.tar gpg-ce1216f38d11897f58608c6ddaec2b346f8ca148.tar.gz gpg-ce1216f38d11897f58608c6ddaec2b346f8ca148.tar.bz2 gpg-ce1216f38d11897f58608c6ddaec2b346f8ca148.tar.xz gpg-ce1216f38d11897f58608c6ddaec2b346f8ca148.zip |
remove passphrase file after spliting it
-rwxr-xr-x | split-passphrase | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/split-passphrase b/split-passphrase index aff425e..4712d59 100755 --- a/split-passphrase +++ b/split-passphrase @@ -12,4 +12,5 @@ do done rm -f "$partsdir/all" +rm -f "$passphrase" |