postgresql-citus-patroni-image/scripts/apt-env.sh
2024-06-23 11:54:59 +03:00

9 lines
134 B
Bash
Executable File

#!/bin/sh
set -a
DEBCONF_NONINTERACTIVE_SEEN=true
DEBIAN_FRONTEND=noninteractive
DEBIAN_PRIORITY=critical
TERM=linux
set +a
exec "$@"