update-tunnelbroker: lock the script

This commit is contained in:
Christian Hesse 2023-06-13 09:06:25 +02:00
parent 2861610e5a
commit befa739e11

View file

@ -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;