mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make sure pgAdmin can find the root certificates for upgrade checks.
This commit is contained in:
parent
2a4ba132ad
commit
32e3da7857
@ -6,6 +6,7 @@
|
|||||||
# container build so it can have the required ownership.
|
# container build so it can have the required ownership.
|
||||||
if [ `wc -m /pgadmin4/config_distro.py | awk '{ print $1 }'` = "0" ]; then
|
if [ `wc -m /pgadmin4/config_distro.py | awk '{ print $1 }'` = "0" ]; then
|
||||||
cat << EOF > /pgadmin4/config_distro.py
|
cat << EOF > /pgadmin4/config_distro.py
|
||||||
|
CA_FILE = '/etc/ssl/certs/ca-certificates.crt'
|
||||||
HELP_PATH = '../../docs'
|
HELP_PATH = '../../docs'
|
||||||
DEFAULT_BINARY_PATHS = {
|
DEFAULT_BINARY_PATHS = {
|
||||||
'pg': '/usr/local/pgsql-13'
|
'pg': '/usr/local/pgsql-13'
|
||||||
|
Loading…
Reference in New Issue
Block a user