mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-24 16:33:19 +01:00
KASM-5667 Fix permissions on squid certfile
This commit is contained in:
parent
8c28e8da5f
commit
feb91b095a
@ -42,6 +42,7 @@ set -ex
|
||||
else
|
||||
cp /usr/local/squid/etc/ssl_cert/squid.pem ${CERT_FILE}
|
||||
fi
|
||||
chmod 644 ${CERT_FILE}
|
||||
|
||||
if [[ "${DISTRO}" == @(centos|oracle7|fedora) ]]; then
|
||||
update-ca-trust
|
||||
|
Loading…
Reference in New Issue
Block a user