You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-12-03 23:39:31 +02:00
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
|
|
#! /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.'
|
||
|
|
grep ^export /root/.bashrc | sed 's|export ||'
|