Update clean.sh

tweak
This commit is contained in:
tteckster 2023-09-13 15:13:01 -04:00 committed by GitHub
parent 975bce31ba
commit b651b404f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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