#!/bin/sh
# Create/enable the initial pgAdmin admin account (server mode).
exec /opt/pgadmin4/venv/bin/python /opt/pgadmin4/web/setup.py "$@"
