From 612f8b4657f8e350b0a5c3e18b843f749e457edc Mon Sep 17 00:00:00 2001 From: diandian Date: Sat, 22 Apr 2023 22:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Shell-MD/=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E5=A4=87=E4=BB=BD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shell-MD/归档备份 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shell-MD/归档备份 b/Shell-MD/归档备份 index 7bfad3f..4550670 100644 --- a/Shell-MD/归档备份 +++ b/Shell-MD/归档备份 @@ -26,7 +26,7 @@ cleanup(){ find ${dir} -type f -mtime +7 | xagrs rm -rf if [ $? -eq 0 ] then - echo "Cleaned up successfully!" + echo "Cleaned up successfully!" else echo "data cleaning failed error, please pay attention in time" fi