diff --git a/postgres/lib/common b/postgres/lib/common index cbdfc9f..f08be7a 100644 --- a/postgres/lib/common +++ b/postgres/lib/common @@ -39,7 +39,6 @@ _set_db_params() { [ -f "$CLIENT_DB_PASSFILE" ] || touch "$CLIENT_DB_PASSFILE" - debug "HOST_DB_PASSFILE is '$HOST_DB_PASSFILE'" db_docker_opts+=("--network" "$docker_network" "-e" PGHOST="$docker_ip" "-e" PGUSER=postgres