Files
truecharts/containers/apps/db-wait-postgres/entrypoint.sh
T
2024-10-08 00:35:43 +00:00

8 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/vpn.sh"
exec "$@"