Skip to content

Commit

Permalink
Update configuration after variables has been injected to the main co…
Browse files Browse the repository at this point in the history
…nfiguration (huan#98)

* Add an option to override postfix's default logging configuration

* Add tests

* Update README.md

* push to build

* fix overwriting variable

* update with postfix-configuration

* delete drone for pull request

Co-authored-by: Tamaro Skaljic <[email protected]>
  • Loading branch information
cenk1cenk2 and tamaro-skaljic authored Mar 31, 2021
1 parent 1806160 commit 4a22558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function start_postfix {
OPT_VALUE=${!e}
postconf -P "${OPT_NAME}=${OPT_VALUE}"
done
postfix upgrade-configuration
}

#
Expand Down

0 comments on commit 4a22558

Please sign in to comment.