diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-15 21:31:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 00:52:21 +0100 |
commit | a43202326bf17eb2a14a5d9949c6025d940b4547 (patch) | |
tree | 2e3480d80cebecd9e07e6a33324c5de8ba237395 /check-certificates.rsc | |
parent | 60b218628769a03805a71a60bc31d1d7a002ee89 (diff) |
check-certificates: use :jobname to get script name
Diffstat (limited to 'check-certificates.rsc')
-rw-r--r-- | check-certificates.rsc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/check-certificates.rsc b/check-certificates.rsc index af0f9b4..00a25b3 100644 --- a/check-certificates.rsc +++ b/check-certificates.rsc @@ -3,10 +3,12 @@ # Copyright (c) 2013-2024 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # +# requires RouterOS, version=7.12 +# # check for certificate validity # https://git.eworm.de/cgit/routeros-scripts/about/doc/check-certificates.md -:local 0 "check-certificates"; +:local 0 [ :jobname ]; :global GlobalFunctionsReady; :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } |