mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 01:50:59 +00:00
8 lines
211 B
Bash
8 lines
211 B
Bash
#! /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
|