mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-22 09:43:30 +02:00
doc/check-certificates: RouterOS v7 path syntax
This commit is contained in:
parent
c483136689
commit
c52f69b98d
1 changed files with 3 additions and 3 deletions
|
@ -44,15 +44,15 @@ Usage and invocation
|
||||||
|
|
||||||
Just run the script:
|
Just run the script:
|
||||||
|
|
||||||
/ system script run check-certificates;
|
/system/script/run check-certificates;
|
||||||
|
|
||||||
... or create a scheduler for periodic execution:
|
... or create a scheduler for periodic execution:
|
||||||
|
|
||||||
/ system scheduler add interval=1d name=check-certificates on-event="/ system script run check-certificates;" start-time=startup;
|
/system/scheduler/add interval=1d name=check-certificates on-event="/system/script/run check-certificates;" start-time=startup;
|
||||||
|
|
||||||
Alternatively running on startup may be desired:
|
Alternatively running on startup may be desired:
|
||||||
|
|
||||||
/ system scheduler add name=check-certificates-startup on-event="/ system script run check-certificates;" start-time=startup;
|
/system/scheduler/add name=check-certificates-startup on-event="/system/script/run check-certificates;" start-time=startup;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue