diff --git a/README.md b/README.md index ea153fc..b34b64e 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ The scripts are designed for automated execution. If run without a `` # 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 ```