mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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 ||'
|