mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
061ecf6365
* chore(issue forms): introduce issue forms and update debug output * update links to our code of conduct * added double-check mechanism * Update .github/ISSUE_TEMPLATE/bug_report_form.yml Co-authored-by: William Desportes <williamdes@wdes.fr> Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Co-authored-by: Casper <casperklein@users.noreply.github.com>
8 lines
237 B
Bash
8 lines
237 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.'
|
|
grep ^export /root/.bashrc | sed 's|export ||'
|