Fix perms
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
#
|
#
|
||||||
# blackbox_shred_all_files -- shred all decrypted versions of encrypted files
|
# blackbox_shred_all_files -- shred all decrypted versions of encrypted files
|
||||||
#
|
#
|
||||||
|
# NOTE: The output lists files that were decrypted and are being
|
||||||
|
# shredded. For example, if you have many encrypted files but none
|
||||||
|
# have been decrypted for editing, you will see an empty list.
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
. _blackbox_common.sh
|
. _blackbox_common.sh
|
||||||
|
|
||||||
echo '========== ENCRYPTED FILES THAT WERE UNLOCKED:'
|
echo '========== FILES BEING SHREDDED:'
|
||||||
awk <"$BB_FILES" '{ print " " $1 ".gpg" }'
|
|
||||||
|
|
||||||
echo '========== FILES THAT WILL BE SHREDDED:'
|
|
||||||
for i in $(<$BB_FILES) ; do
|
for i in $(<$BB_FILES) ; do
|
||||||
unencrypted_file=$(get_unencrypted_filename "$i")
|
unencrypted_file=$(get_unencrypted_filename "$i")
|
||||||
encrypted_file=$(get_encrypted_filename "$i")
|
encrypted_file=$(get_encrypted_filename "$i")
|
||||||
|
|||||||
Reference in New Issue
Block a user