diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-17 12:21:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-17 12:23:05 +0100 |
commit | da46c42d4ace3cf2d0400f04a6ee1aa7dd0065dc (patch) | |
tree | 41fad55f6f8c6e42fd82b4ba7d92b75c539a0070 /README.md | |
parent | c247fe5a9697bd297d0b1f7645a57f7a6550a58e (diff) |
README: add a paragraph for scheduled automatic updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -98,8 +98,10 @@ And finally load configuration and functions and add the scheduler. ![screenshot: run and schedule scripts](README.d/05-run-and-schedule-scripts.avif) -The last step is optional: Add this scheduler **only** if you want the scripts -to be updated automatically! +### Scheduled automatic updates + +The last step is optional: Add this scheduler **only** if you want the +scripts to be updated automatically! /system/scheduler/add name="ScriptInstallUpdate" start-time=startup interval=1d on-event=":global ScriptInstallUpdate; \$ScriptInstallUpdate;"; |