docker-mailserver/target/bin/print-environment

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 ||'