From c9e3b72dfa60d0375ea44d7e66c9d732c8552871 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Jan 2023 11:01:07 -0500 Subject: [PATCH] Update clean.sh tweak --- misc/clean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/clean.sh b/misc/clean.sh index 331bbbe3..8d80649e 100644 --- a/misc/clean.sh +++ b/misc/clean.sh @@ -15,7 +15,7 @@ CL=$(echo "\033[m") name=$(hostname) clear header_info -echo -e "${BL}[Info]${GN} Cleaning $name${CL}" +echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n" cache=$(find /var/cache/ -type f) if [[ -z "$cache" ]]; then echo -e "It appears there are no cached files on your system. \n" @@ -34,7 +34,7 @@ cache=$(find /var/cache/ -type f) fi clear header_info -echo -e "${BL}[Info]${GN} Cleaning $name${CL}" +echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n" logs=$(find /var/log/ -type f) if [[ -z "$logs" ]]; then echo -e "It appears there are no logs on your system. \n"