mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-26 08:51:49 -06:00
Fixed an issue where preferences.json mapped to container was not having any effect on preferences. #6058
This commit is contained in:
parent
43f4cc4e17
commit
6971d8c3a1
@ -64,6 +64,7 @@ if [ ! -f /var/lib/pgadmin/pgadmin4.db ]; then
|
||||
/venv/bin/python3 run_pgadmin.py
|
||||
|
||||
export PGADMIN_SERVER_JSON_FILE="${PGADMIN_SERVER_JSON_FILE:-/pgadmin4/servers.json}"
|
||||
export PGADMIN_PREFERENCES_JSON_FILE="${PGADMIN_PREFERENCES_JSON_FILE:-/pgadmin4/preferences.json}"
|
||||
|
||||
# Pre-load any required servers
|
||||
if [ -f "${PGADMIN_SERVER_JSON_FILE}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user