mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-01-21 20:58:40 +01:00
Merge branch 'feature/KASM-2249-squid-perms-firefox' into 'develop'
add logic to change ownership of modified firefox cert stores on squid init See merge request kasm-technologies/internal/workspaces-core-images!50
This commit is contained in:
commit
5dbde177c0
@ -40,6 +40,7 @@ do
|
||||
certdir=$(dirname ${certDB});
|
||||
echo "Updating $certdir"
|
||||
certutil -A -n "${CERT_NAME}" -t "TCu,," -i ${CERT_FILE} -d sql:${certdir}
|
||||
chown -R 1000:1000 ${certdir}
|
||||
done
|
||||
|
||||
export MEMCACHE_PASSWORD="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 )"
|
||||
|
Loading…
Reference in New Issue
Block a user