From b651b404f67368ad6600029c9e318c81f1fa8ce6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 13 Sep 2023 15:13:01 -0400 Subject: [PATCH] Update clean.sh tweak --- misc/clean.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/clean.sh b/misc/clean.sh index 8e223784..1e73f66d 100644 --- a/misc/clean.sh +++ b/misc/clean.sh @@ -27,7 +27,6 @@ if [[ -z "$cache" ]]; then echo -e "It appears there are no cached files on your system. \n" sleep 2 else - echo "Removing Cache" find /var/cache -type f -delete echo "Successfully Removed Cache" sleep 2 @@ -39,7 +38,6 @@ if [[ -z "$logs" ]]; then echo -e "It appears there are no logs on your system. \n" sleep 2 else - echo "Removing Logs" find /var/log -type f -delete echo "Successfully Removed Logs" sleep 2