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