README.md aktualisiert
added sync_tpads.sh to cron-example
This commit is contained in:
parent
feb03c4465
commit
cd92ec924c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
# 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
|
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
|
30 */12 * * * cd /opt/luweb && ./generate_site.sh >> /var/log/luweb/cron.log 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue