aurweb/docker/sharness-entrypoint.sh
Kevin Morris 7831503c19
fix(docker): use logging.prod.conf for sharness
Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-12-07 15:09:20 -08:00

6 lines
80 B
Bash
Executable file

#!/bin/bash
set -eou pipefail
cp -vf logging.prod.conf logging.conf
exec "$@"