更新 'Shell-MD/归档备份'

This commit is contained in:
diandian 2023-04-22 22:37:29 +08:00
parent 3b41b9faa1
commit 612f8b4657
1 changed files with 1 additions and 1 deletions

View File

@ -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