瀏覽代碼

Update clean.sh

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

+ 0 - 2
misc/clean.sh

@@ -27,7 +27,6 @@ if [[ -z "$cache" ]]; then
   echo -e "It appears there are no cached files on your system. \n"
   echo -e "It appears there are no cached files on your system. \n"
   sleep 2
   sleep 2
 else
 else
-  echo "Removing Cache"
   find /var/cache -type f -delete
   find /var/cache -type f -delete
   echo "Successfully Removed Cache"
   echo "Successfully Removed Cache"
   sleep 2
   sleep 2
@@ -39,7 +38,6 @@ if [[ -z "$logs" ]]; then
   echo -e "It appears there are no logs on your system. \n"
   echo -e "It appears there are no logs on your system. \n"
   sleep 2
   sleep 2
 else
 else
-  echo "Removing Logs"
   find /var/log -type f -delete
   find /var/log -type f -delete
   echo "Successfully Removed Logs"
   echo "Successfully Removed Logs"
   sleep 2
   sleep 2