diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-13 09:06:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 09:07:57 +0200 |
commit | befa739e11b04a1b9c5ae2a54f1b37fc920f538a (patch) | |
tree | f0ceff3f2e0ef270e26441e60c029bc7767716a5 /update-tunnelbroker.rsc | |
parent | 2861610e5a2ace7d1ce1b234db73d75295f7510f (diff) |
update-tunnelbroker: lock the script
Diffstat (limited to 'update-tunnelbroker.rsc')
-rw-r--r-- | update-tunnelbroker.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update-tunnelbroker.rsc b/update-tunnelbroker.rsc index 84d7430..a1d5e5e 100644 --- a/update-tunnelbroker.rsc +++ b/update-tunnelbroker.rsc @@ -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; |