From bf0bf383708b0e78eb81a7382564caee84c56043 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 14 Sep 2024 13:31:30 -0500 Subject: [PATCH] Update autocategorize --- base/.config/systemd/user/autocategorize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.config/systemd/user/autocategorize b/base/.config/systemd/user/autocategorize index df51f6b3..85b402dc 100755 --- a/base/.config/systemd/user/autocategorize +++ b/base/.config/systemd/user/autocategorize @@ -60,7 +60,7 @@ find "$HOME" \ # Remove anything kinda old but really big echo "Removing large downloads..." find "$downloaddir" \ - -mtime +30 -size 10M \ + -mtime +30 -size +10M \ -print -delete # Remove zips, but at a lower tolerance echo "Removing old zips..."