From 3f3c743262b2c65a04c6971ffc12f5612180d79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:29:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ac8b6..71076ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)` ```bash find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +13 -exec rm {} \; ``` -Example: Chamge the 13 to 29 +Example: Chamge the `13` to `29` ```bash find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +29 -exec rm {} \; ```