mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 04:57:02 +02:00
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# shellcheck source=../scripts/helpers/index.sh
|
|
source /usr/local/bin/helpers/index.sh
|
|
|
|
_notify 'inf' 'Printing environment variables. Make sure no sensitive data is copied.'
|
|
cat /etc/dms-settings
|