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