diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-20 11:10:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-21 15:57:04 +0200 |
commit | b35c7b6703c4d89127eebe85f55a8c694137985d (patch) | |
tree | 50a8b9e5c2f27d3a3291f459a17d4d5d515dc0a9 /update-tunnelbroker.rsc | |
parent | 35f4ec0b1d1d8c26ec9293efe2d9091993d7bf89 (diff) | |
parent | 1a6812ef797a1683cec9678062cfaca367500ad0 (diff) |
Merge branch 'root-certificates' into next
Diffstat (limited to 'update-tunnelbroker.rsc')
-rw-r--r-- | update-tunnelbroker.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker.rsc b/update-tunnelbroker.rsc index 364dc08..f9ba202 100644 --- a/update-tunnelbroker.rsc +++ b/update-tunnelbroker.rsc @@ -25,7 +25,7 @@ :error false; } - :if ([ $CertificateAvailable "Starfield Secure Certificate Authority - G2" ] = false) do={ + :if ([ $CertificateAvailable "Starfield Root Certificate Authority - G2" ] = false) do={ $LogPrint error $ScriptName ("Downloading required certificate failed."); :error false; } |