„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-12 09:43:51 +00:00
parent ea3d2b30f1
commit cd65328f1b

View File

@ -24,5 +24,5 @@ git clone https://git.moelle.space/ymoelle/folderarchive.git
``` ```
Add the following to cron: Add the following to cron:
```bash ```bash
0 13 * * * /path/to/script/zip_folder_daily.sh 0 13 * * * sh /path/to/script/zip_folder_daily.sh
``` ```