mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
update-tunnelbroker: lock the script
This commit is contained in:
parent
2861610e5a
commit
befa739e11
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
:global CertificateAvailable;
|
||||
:global LogPrintExit2;
|
||||
:global ParseKeyValueStore;
|
||||
:global ScriptLock;
|
||||
|
||||
$ScriptLock $0;
|
||||
|
||||
:if ([ $CertificateAvailable "Starfield Secure Certificate Authority - G2" ] = false) do={
|
||||
$LogPrintExit2 error $0 ("Downloading required certificate failed.") true;
|
||||
|
|
Loading…
Reference in a new issue