view run-app.sh @ 1107:d1fb2babaa95

Avoid psql's usage of a pager Under some circumstances (it happened during build of a Dockerfile) psql used a pager for query output in this place, which is clearly undesirable inside a script that should return without user interaction.
author Tom Gottfried <tom@intevation.de>
date Fri, 02 Nov 2018 16:27:54 +0100
parents 9b2218a6c6ae
children
line wrap: on
line source

#!/usr/bin/env bash
exec 2>&1 ./cmd/gemma/gemma --config gemma.toml