mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
c7dec1e330
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
8 lines
212 B
Bash
8 lines
212 B
Bash
#! /bin/bash
|
|
|
|
# shellcheck source=../scripts/helper-functions.sh
|
|
. /usr/local/bin/helper-functions.sh
|
|
|
|
_notify 'inf' 'Printing environment variables. Make sure no sensitive data is copied.'
|
|
cat /etc/dms-settings
|