„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:25:51 +02:00
parent b39abe8cc0
commit 55ca28e9cb

View File

@ -58,4 +58,10 @@ Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)`
<summary>Change the schedule </summary>
<br>
Edit the cronjob with `crontab -e`
```bash
0 13 * * * sh /path/to/script/zip_folder_daily.sh
```
If you need help to configure the crontab, check this site https://crontab.guru/
</details>