From 2e3527394eb663659be93f858a8335cf64de7fc3 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 09:40:39 -0600 Subject: [PATCH] releas? --- create-attributable-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 27cba66..4c5f22d 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -85,7 +85,7 @@ reset() { checkcode $? printf "finding and shredding erroneous dirs in ${dir}..." - find "$dir" -mindepth 1 -type d -exec srm -r -z -l -l "{}" \; + find "$dir" -type d -exec srm -r -z -l -l "{}" \; checkcode $? printf "finding and shredding erronious files in ${dir}..."