From cd92ec924c83d17d4181b44ee8e70d00b50067cb Mon Sep 17 00:00:00 2001 From: rainer Date: Mon, 21 Jul 2025 20:43:37 +0200 Subject: [PATCH] README.md aktualisiert added sync_tpads.sh to cron-example --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```