mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-09 17:04:53 +02:00
revert warning message from 05d5000828
This commit is contained in:
parent
3d87bd855e
commit
e8fc478396
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ function __environment_variables_from_files() {
|
||||||
|
|
||||||
# Skip sourcing from `__FILE` if ENV is already set:
|
# Skip sourcing from `__FILE` if ENV is already set:
|
||||||
if [[ -v TARGET_ENV ]]; then
|
if [[ -v TARGET_ENV ]]; then
|
||||||
_log 'warn' "Ignoring '${TARGET_ENV_NAME}' since '${ENV_WITH_FILE_REF}' is also set"
|
_log 'warn' "ENV value will not be sourced from '${ENV_WITH_FILE_REF}' since '${TARGET_ENV_NAME}' is already set"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue