README.md aktualisiert

added sync_tpads.sh to cron-example
This commit is contained in:
Rainer 2025-07-21 20:43:37 +02:00
parent feb03c4465
commit cd92ec924c

View file

@ -104,6 +104,7 @@ The scripts are designed for automated execution. If run without a `<world_key>`
# Sync area data and rebuild the static site twice a day
45 */12 * * * cd /opt/luweb && ./sync_areas.sh >> /var/log/luweb/cron.log 2>&1
40 */12 * * * cd /opt/luweb && ./sync_tpads.sh >> /var/log/luweb/cron.log 2>&1
30 */12 * * * cd /opt/luweb && ./generate_site.sh >> /var/log/luweb/cron.log 2>&1
```