blackbox_shred_all_files now changes to root dir before running. Moved similar code from blackbox_postdeploy into _blackbox_common.sh as change_to_root function.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
set -e
|
||||
. _blackbox_common.sh
|
||||
|
||||
change_to_root
|
||||
|
||||
echo '========== FILES BEING SHREDDED:'
|
||||
for i in $(<$BB_FILES) ; do
|
||||
unencrypted_file=$(get_unencrypted_filename "$i")
|
||||
|
||||
Reference in New Issue
Block a user