From d96bdf75b4d5da1a43869f437b812863dbd2036a Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 1 Dec 2021 04:53:38 +0100 Subject: [PATCH] BTS: Give full path to update-ca-certificates --- modules/rhizo_base/files/SysmoBTS/ca-fix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rhizo_base/files/SysmoBTS/ca-fix.sh b/modules/rhizo_base/files/SysmoBTS/ca-fix.sh index d4229e6..4e43bbd 100644 --- a/modules/rhizo_base/files/SysmoBTS/ca-fix.sh +++ b/modules/rhizo_base/files/SysmoBTS/ca-fix.sh @@ -5,5 +5,6 @@ grep isrgrootx1.pem /etc/ca-certificates.conf && exit wget -q --no-check-certificate https://letsencrypt.org/certs/isrgrootx1.pem -O /usr/share/ca-certificates/isrgrootx1.pem sed -i '/^mozilla\/AffirmTrust_Commercial.crt/i isrgrootx1.pem' /etc/ca-certificates.conf sed -i '/^mozilla\/DST_Root_CA_X3/s/^/!/' /etc/ca-certificates.conf -update-ca-certificates +/usr/sbin/update-ca-certificates +