This commit is contained in:
2026-05-23 09:40:39 -06:00
parent 76c92fa47a
commit 2e3527394e
+1 -1
View File
@@ -85,7 +85,7 @@ reset() {
checkcode $? checkcode $?
printf "finding and shredding erroneous dirs in ${dir}..." 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 $? checkcode $?
printf "finding and shredding erronious files in ${dir}..." printf "finding and shredding erronious files in ${dir}..."