mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-21 11:14:33 +02:00
fix: name clash warning message
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
9fcf6a5cf7
commit
05d5000828
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ function __environment_variables_from_files() {
|
|||
|
||||
# Skip sourcing form `__FILE` if ENV is already set:
|
||||
if [[ -n "${!TARGET_ENV}" ]]; then
|
||||
_log 'warn' "Ignoring ${TARGET_ENV} since ${ENV_WITH_FILE_REF} is also set"
|
||||
_log 'warn' "ENV value will not be sourced from '${ENV_WITH_FILE_REF}' since '${TARGET_ENV}' is already set"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue