瀏覽代碼

Update clean.sh

tweak
tteckster 2 年之前
父節點
當前提交
c9e3b72dfa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      misc/clean.sh

+ 2 - 2
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"