aboutsummaryrefslogtreecommitdiffstats
path: root/INITIAL-COMMANDS.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-01 22:20:02 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-01 22:20:02 +0100
commitf2e16a92d1675de790de591788e62ed3f586fc3a (patch)
tree242dd1877924720a785ef255f9a74f53c3f5ce4f /INITIAL-COMMANDS.md
parentdf66309281544675ee998f6fb20fa711b67c26e9 (diff)
README: optional scheduler to update scripts automatically
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r--INITIAL-COMMANDS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md
index 597ddb6..6c167ef 100644
--- a/INITIAL-COMMANDS.md
+++ b/INITIAL-COMMANDS.md
@@ -26,6 +26,10 @@ procedure please follow [the long way in detail](README.md#the-long-way-in-detai
$CertificateNameByCN "DST Root CA X3";
}
+Optional to update the scripts automatically:
+
+ / system scheduler add name="ScriptInstallUpdate" start-time=startup interval=1d on-event=":global ScriptInstallUpdate; \$ScriptInstallUpdate;";
+
---
[◀ Go back to main README](README.md)
[▲ Go back to top](#top)